Home
last modified time | relevance | path

Searched refs:getExtraProcessorInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDRegisterFileStatistics.cpp34 const MCExtraProcessorInfo &PI = SM.getExtraProcessorInfo(); in RegisterFileStatistics()
124 STI.getSchedModel().getExtraProcessorInfo(); in printView()
HDRetireControlUnitStatistics.cpp25 const MCExtraProcessorInfo &EPI = SM.getExtraProcessorInfo(); in RetireControlUnitStatistics()
HDSchedulerStatistics.cpp27 const MCExtraProcessorInfo &EPI = SM.getExtraProcessorInfo();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDRetireControlUnit.cpp32 const MCExtraProcessorInfo &EPI = SM.getExtraProcessorInfo(); in RetireControlUnit()
HDLSUnit.cpp29 const MCExtraProcessorInfo &EPI = SM.getExtraProcessorInfo(); in LSUnitBase()
HDRegisterFile.cpp84 const MCExtraProcessorInfo &Info = SM.getExtraProcessorInfo(); in initialize()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSchedule.h336 const MCExtraProcessorInfo &getExtraProcessorInfo() const { in getExtraProcessorInfo() function