Searched refs:createInstruments (Results 1 – 5 of 5) sorted by relevance
64 SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst) override;
104 RISCVInstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments() function in llvm::mca::RISCVInstrumentManager
51 InstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments() function in llvm::mca::InstrumentManager
167 virtual SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst);
133 for (UniqueInstrument &I : IM.createInstruments(Inst)) { in emitInstruction()