Home
last modified time | relevance | path

Searched refs:InstrumentManager (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DCustomBehaviour.cpp45 UniqueInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument()
51 InstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments()
55 unsigned InstrumentManager::getSchedClassID( in getSchedClassID()
H A DInstrBuilder.cpp35 const mca::InstrumentManager &im, unsigned cl) in InstrBuilder()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h68 InstrumentManager &IM;
72 InstrumentManager &IM) in InstrumentRegionCommentConsumer()
82 InstrumentManager &getInstrumentManager() { return IM; } in getInstrumentManager()
120 InstrumentManager &IM;
124 InstrumentManager &IM) in InstrumentMCStreamer()
254 InstrumentManager &IM) in AsmInstrumentRegionGenerator()
H A Dllvm-mca.cpp512 std::unique_ptr<mca::InstrumentManager> IM; in main()
514 IM = std::unique_ptr<mca::InstrumentManager>( in main()
520 IM = std::make_unique<mca::InstrumentManager>(*STI, *MCII); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h142 class LLVM_ABI InstrumentManager {
148 InstrumentManager(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrumentManager() function
151 virtual ~InstrumentManager() = default;
H A DInstrBuilder.h68 const InstrumentManager &IM;
105 const InstrumentManager &IM, unsigned CallLatency);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h53 class RISCVInstrumentManager : public InstrumentManager {
56 : InstrumentManager(STI, MCII) {} in RISCVInstrumentManager()
H A DRISCVCustomBehaviour.cpp341 static InstrumentManager *
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h62 const InstrumentManager &IM;
96 const InstrumentManager &IM, in InstructionInfoView()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h64 class InstrumentManager; variable
135 LLVM_ABI mca::InstrumentManager *
237 mca::InstrumentManager *(*)(const MCSubtargetInfo &STI,
636 mca::InstrumentManager *