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 | 251 MCInstPrinter &MCIP) const; 286 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const; 331 BottleneckAnalysis(const MCSubtargetInfo &STI, MCInstPrinter &MCIP, 345 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const { DG.dump(OS, MCIP); } in dump() argument
|
| H A D | BottleneckAnalysis.cpp | 145 MCInstPrinter &MCIP) const { in dumpDependencyEdge() 156 MCIP.printRegName(OS, DE.ResourceOrRegID); in dumpDependencyEdge() 400 void DependencyGraph::dump(raw_ostream &OS, MCInstPrinter &MCIP) const { in dump() 405 dumpDependencyEdge(OS, DE, MCIP); in dump() 411 dumpDependencyEdge(OS, DE, MCIP); in dump() 417 dumpDependencyEdge(OS, DE, MCIP); in dump()
|
| H A D | InstructionView.cpp | 27 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()
|