Home
last modified time | relevance | path

Searched refs:MCIP (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDInstructionView.h29 llvm::MCInstPrinter &MCIP; variable
39 : STI(STI), MCIP(Printer), Source(S), InstrStream(InstructionString) {} in InstructionView()
51 llvm::MCInstPrinter &getInstPrinter() const { return MCIP; } in getInstPrinter()
HDBottleneckAnalysis.h248 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
HDBottleneckAnalysis.cpp146 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()
HDInstructionView.cpp27 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()