Searched refs:MCIP (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionView.h | 29 llvm::MCInstPrinter &MCIP; variable 39 : STI(STI), MCIP(Printer), Source(S), InstrStream(InstructionString) {} in InstructionView() 51 llvm::MCInstPrinter &getInstPrinter() const { return MCIP; } in getInstPrinter()
|
| H A D | BottleneckAnalysis.h | 248 MCInstPrinter &MCIP) const; 283 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const; 328 BottleneckAnalysis(const MCSubtargetInfo &STI, MCInstPrinter &MCIP, 341 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const { DG.dump(OS, MCIP); } in dump() argument
|
| H A D | BottleneckAnalysis.cpp | 146 MCInstPrinter &MCIP) const { in dumpDependencyEdge() 157 MCIP.printRegName(OS, DE.ResourceOrRegID); in dumpDependencyEdge() 401 void DependencyGraph::dump(raw_ostream &OS, MCInstPrinter &MCIP) const { in dump() 406 dumpDependencyEdge(OS, DE, MCIP); in dump() 412 dumpDependencyEdge(OS, DE, MCIP); in dump() 418 dumpDependencyEdge(OS, DE, MCIP); in dump()
|
| H A D | InstructionView.cpp | 27 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()
|