Searched refs:MCIP (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h58 llvm::MCInstPrinter &MCIP; member in class:llvm::mca::InstructionInfoView
66 Source(S), MCIP(IP) {}
H A DBottleneckAnalysis.cpp149 MCInstPrinter &MCIP) const {
160 MCIP.printRegName(OS, DE.ResourceOrRegID);
288 const MCSubtargetInfo &STI, MCInstPrinter &MCIP,
296 MCIP.printInst(&MCI, 0, "", STI, InstrStream);
334 printInstruction(FOS, STI, MCIP, Source[FromIID], HasColors);
339 printInstruction(FOS, STI, MCIP, Source[CurrentIID]);
344 printInstruction(FOS, STI, MCIP, Source[CurrentIID], HasColors);
354 printInstruction(FOS, STI, MCIP, Source[CurrentIID]);
360 printInstruction(FOS, STI, MCIP, Source[CurrentIID], HasColors);
364 printInstruction(FOS, STI, MCIP, Sourc
[all...]
H A DResourcePressureView.h74 llvm::MCInstPrinter &MCIP; member in class:llvm::mca::ResourcePressureView
H A DBottleneckAnalysis.h245 MCInstPrinter &MCIP) const;
280 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const;
287 MCInstPrinter &MCIP; member in class:llvm::mca::BottleneckAnalysis
325 BottleneckAnalysis(const MCSubtargetInfo &STI, MCInstPrinter &MCIP,
336 void dump(raw_ostream &OS, MCInstPrinter &MCIP) const { DG.dump(OS, MCIP); }
H A DTimelineView.h123 llvm::MCInstPrinter &MCIP; member in class:llvm::mca::TimelineView
H A DTimelineView.cpp23 : STI(sti), MCIP(Printer), Source(S), CurrentCycle(0),
195 MCIP.printInst(&Inst, 0, "", STI, InstrStream);
310 MCIP.printInst(&Inst, 0, "", STI, InstrStream);
H A DInstructionInfoView.cpp98 MCIP.printInst(&Inst, 0, "", STI, InstrStream);
H A DResourcePressureView.cpp24 : STI(sti), MCIP(Printer), Source(S), LastInstructionIdx(0) {
166 MCIP.printInst(&MCI, 0, "", STI, InstrStream);

Completed in 117 milliseconds