/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | InstructionInfoView.cpp | 23 raw_string_ostream TempStream(Buffer); in printView() local 30 TempStream << "\n\nInstruction Info:\n"; in printView() 31 TempStream << "[1]: #uOps\n[2]: Latency\n[3]: RThroughput\n" in printView() 34 TempStream << "[1] [2] [3] [4] [5] [6] Instructions:\n"; in printView() 53 TempStream << ' ' << NumMicroOpcodes << " "; in printView() 55 TempStream << " "; in printView() 57 TempStream << ' '; in printView() 58 TempStream << Latency << " "; in printView() 60 TempStream << " "; in printView() 62 TempStream << ' '; in printView() [all …]
|
D | DispatchStatistics.cpp | 35 raw_string_ostream TempStream(Buffer); in printDispatchHistogram() local 36 TempStream << "\n\nDispatch Logic - " in printDispatchHistogram() 38 TempStream << "[# dispatched], [# cycles]\n"; in printDispatchHistogram() 40 TempStream << " " << Entry.first << ", " << Entry.second in printDispatchHistogram() 46 TempStream.flush(); in printDispatchHistogram() 52 raw_string_ostream TempStream(Buffer); in printDispatchStalls() local 53 TempStream << "\n\nDynamic Dispatch Stall Cycles:\n"; in printDispatchStalls() 54 TempStream << "RAT - Register unavailable: " in printDispatchStalls() 56 TempStream << "\nRCU - Retire tokens unavailable: " in printDispatchStalls() 58 TempStream << "\nSCHEDQ - Scheduler full: " in printDispatchStalls() [all …]
|
D | RegisterFileStatistics.cpp | 68 raw_string_ostream TempStream(Buffer); in printView() local 70 TempStream << "\n\nRegister File statistics:"; in printView() 72 TempStream << "\nTotal number of mappings created: " in printView() 74 TempStream << "\nMax number of mappings used: " in printView() 90 TempStream << "\n* Register File #" << I; in printView() 91 TempStream << " -- " << StringRef(RFDesc.Name) << ':'; in printView() 92 TempStream << "\n Number of physical registers: "; in printView() 94 TempStream << "unbounded"; in printView() 96 TempStream << RFDesc.NumPhysRegs; in printView() 97 TempStream << "\n Total number of mappings created: " in printView() [all …]
|
D | SchedulerStatistics.cpp | 53 raw_string_ostream TempStream(Buffer); in printSchedulerStatistics() local 54 TempStream << "\n\nSchedulers - number of cycles where we saw N instructions " in printSchedulerStatistics() 56 TempStream << "[# issued], [# cycles]\n"; in printSchedulerStatistics() 58 TempStream << " " << Entry.first << ", " << Entry.second << " (" in printSchedulerStatistics() 63 TempStream.flush(); in printSchedulerStatistics() 69 raw_string_ostream TempStream(Buffer); in printSchedulerUsage() local 70 TempStream << "\n\nScheduler's queue usage:\n"; in printSchedulerUsage() 73 TempStream << "No scheduler resources used.\n"; in printSchedulerUsage() 74 TempStream.flush(); in printSchedulerUsage() 87 TempStream << ProcResource.Name << ", " << MaxUsedSlots << '/' in printSchedulerUsage() [all …]
|
D | RetireControlUnitStatistics.cpp | 29 raw_string_ostream TempStream(Buffer); in printView() local 30 TempStream << "\n\nRetire Control Unit - " in printView() 32 TempStream << "[# retired], [# cycles]\n"; in printView() 35 TempStream << " " << Entry.first; in printView() 37 TempStream << ", "; in printView() 39 TempStream << ", "; in printView() 40 TempStream << Entry.second << " (" in printView() 45 TempStream.flush(); in printView()
|
D | SummaryView.cpp | 71 raw_string_ostream TempStream(Buffer); in printView() local 72 TempStream << "Iterations: " << Iterations; in printView() 73 TempStream << "\nInstructions: " << TotalInstructions; in printView() 74 TempStream << "\nTotal Cycles: " << TotalCycles; in printView() 75 TempStream << "\nDispatch Width: " << DispatchWidth; in printView() 76 TempStream << "\nIPC: " << format("%.2f", IPC); in printView() 79 TempStream << "\nBlock RThroughput: " in printView() 82 TempStream.flush(); in printView()
|
D | ResourcePressureView.cpp | 97 raw_string_ostream TempStream(Buffer); in printResourcePressurePerIteration() local 98 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerIteration() 140 raw_string_ostream TempStream(Buffer); in printResourcePressurePerInstruction() local 141 formatted_raw_ostream FOS(TempStream); in printResourcePressurePerInstruction()
|
D | TimelineView.cpp | 108 raw_string_ostream TempStream(Buffer); in printAverageWaitTimes() local 109 formatted_raw_ostream FOS(TempStream); in printAverageWaitTimes()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 123 raw_string_ostream TempStream(Buffer); in prettyPrintAsm() local 124 InstPrinter.printInst(&Inst, TempStream, "", STI); in prettyPrintAsm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCTargetDesc.cpp | 144 raw_string_ostream TempStream(Buffer); in prettyPrintAsm() local 145 InstPrinter.printInst(&Inst, TempStream, "", STI); in prettyPrintAsm()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 406 raw_string_ostream TempStream(Buffer); in printInst() local 407 IP.printInst(MI, TempStream, "", STI); in printInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1030 raw_string_ostream TempStream(Buffer); in printInst() local 1031 IP.printInst(MI, TempStream, "", STI); in printInst()
|