Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp79 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::RISCVInstrumentManager
140 createInstrument(RISCVLMULInstrument::DESC_NAME, LMUL)); in createInstruments()
161 createInstrument(RISCVSEWInstrument::DESC_NAME, SEWStr)); in createInstruments()
H A DRISCVCustomBehaviour.h62 UniqueInstrument createInstrument(StringRef Desc, StringRef Data) override;
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp45 UniqueInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::InstrumentManager
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h162 virtual UniqueInstrument createInstrument(StringRef Desc, StringRef Data);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp160 UniqueInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()