Home
last modified time | relevance | path

Searched refs:RISCVInstrumentManager (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp72 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType()
79 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument()
104 RISCVInstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments()
220 unsigned RISCVInstrumentManager::getSchedClassID( in getSchedClassID()
293 return new RISCVInstrumentManager(STI, MCII); in createRISCVInstrumentManager()
H A DRISCVCustomBehaviour.h53 class RISCVInstrumentManager : public InstrumentManager {
55 RISCVInstrumentManager(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in RISCVInstrumentManager() function