Searched refs:createInstruments (Results 1 – 5 of 5) sorted by relevance
64 SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst) override;
118 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
168 virtual SmallVector<UniqueInstrument> createInstruments(const MCInst &Inst);
132 for (UniqueInstrument &I : IM.createInstruments(Inst)) { in emitInstruction()