Home
last modified time | relevance | path

Searched refs:createInstruments (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h64 SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst) override;
H A DRISCVCustomBehaviour.cpp104 RISCVInstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments() function in llvm::mca::RISCVInstrumentManager
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp51 InstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments() function in llvm::mca::InstrumentManager
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h167 virtual SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h133 for (UniqueInstrument &I : IM.createInstruments(Inst)) { in emitInstruction()