Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h50 SharedInstrument createInstrument(StringRef Desc, StringRef Data) override;
H A DRISCVCustomBehaviour.cpp77 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::RISCVInstrumentManager
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DCustomBehaviour.cpp45 SharedInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::InstrumentManager
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DCustomBehaviour.h160 virtual SharedInstrument createInstrument(StringRef Desc, StringRef Data);
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp187 SharedInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()