Searched refs:createInstrument (Results 1 – 5 of 5) sorted by relevance
99 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::RISCVInstrumentManager160 createInstrument(RISCVLMULInstrument::DESC_NAME, LMUL)); in createInstruments()181 createInstrument(RISCVSEWInstrument::DESC_NAME, SEWStr)); in createInstruments()
62 UniqueInstrument createInstrument(StringRef Desc, StringRef Data) override;
45 UniqueInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::InstrumentManager
162 virtual UniqueInstrument createInstrument(StringRef Desc, StringRef Data);
152 UniqueInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()