Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h56 llvm::MCInstPrinter &MCIP; variable
62 : STI(sti), MCII(mcii), Source(S), MCIP(IP) {} in InstructionInfoView()
H A DTimelineView.cpp23 : STI(sti), MCIP(Printer), Source(S), CurrentCycle(0), in TimelineView()
182 MCIP.printInst(&Inst, InstrStream, "", STI); in printAverageWaitTimes()
279 MCIP.printInst(&Inst, InstrStream, "", STI); in printTimeline()
H A DResourcePressureView.cpp25 : STI(sti), MCIP(Printer), Source(S), LastInstructionIdx(0) { in ResourcePressureView()
167 MCIP.printInst(&MCI, InstrStream, "", STI); in printResourcePressurePerInst()
H A DResourcePressureView.h75 llvm::MCInstPrinter &MCIP; variable
H A DTimelineView.h123 llvm::MCInstPrinter &MCIP; variable
H A DInstructionInfoView.cpp75 MCIP.printInst(&Inst, InstrStream, "", STI); in printView()