Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h69 getSchedClassID(const MCInstrInfo &MCII, const MCInst &MCI,
H A DRISCVCustomBehaviour.cpp220 unsigned RISCVInstrumentManager::getSchedClassID( in getSchedClassID() function in llvm::mca::RISCVInstrumentManager
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp55 unsigned InstrumentManager::getSchedClassID( in getSchedClassID() function in llvm::mca::InstrumentManager
H A DInstrBuilder.cpp572 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in createInstrDescImpl()
653 unsigned SchedClassID = IM.getSchedClassID(MCII, MCI, IVec); in getOrCreateInstrDesc()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h175 virtual unsigned getSchedClassID(const MCInstrInfo &MCII, const MCInst &MCI,
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp126 : IM.getSchedClassID(MCII, Inst, IVecIt->second); in collectData()