Searched refs:createInstrument (Results 1 – 5 of 5) sorted by relevance
79 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() function in llvm::mca::RISCVInstrumentManager140 createInstrument(RISCVLMULInstrument::DESC_NAME, LMUL)); in createInstruments()161 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);
160 UniqueInstrument I = IM.createInstrument(InstrumentKind, Data); in HandleComment()