Searched refs:InstrStream (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | TimelineView.cpp | 120 raw_string_ostream InstrStream(Instruction); in printAverageWaitTimes() local 127 MCIP.printInst(&Inst, InstrStream, "", STI); in printAverageWaitTimes() 128 InstrStream.flush(); in printAverageWaitTimes() 215 raw_string_ostream InstrStream(Instruction); in printTimeline() local 228 MCIP.printInst(&Inst, InstrStream, "", STI); in printTimeline() 229 InstrStream.flush(); in printTimeline()
|
D | InstructionInfoView.cpp | 28 raw_string_ostream InstrStream(Instruction); in printView() local 78 MCIP.printInst(&Inst, InstrStream, "", STI); in printView() 79 InstrStream.flush(); in printView()
|
D | ResourcePressureView.cpp | 148 raw_string_ostream InstrStream(Instruction); in printResourcePressurePerInstruction() local 156 MCIP.printInst(&Source.getMCInstFromIndex(I), InstrStream, "", STI); in printResourcePressurePerInstruction() 157 InstrStream.flush(); in printResourcePressurePerInstruction()
|