Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DCustomBehaviour.h141 class InstrumentManager {
147 InstrumentManager(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrumentManager() function
150 virtual ~InstrumentManager() = default;
H A DInstrBuilder.h66 const InstrumentManager &IM;
103 const InstrumentManager &IM);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.h41 class RISCVInstrumentManager : public InstrumentManager {
44 : InstrumentManager(STI, MCII) {} in RISCVInstrumentManager()
H A DRISCVCustomBehaviour.cpp136 static InstrumentManager *
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DCustomBehaviour.cpp45 SharedInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument()
50 unsigned InstrumentManager::getSchedClassID( in getSchedClassID()
H A DInstrBuilder.cpp34 const mca::InstrumentManager &im) in InstrBuilder()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h67 InstrumentManager &IM;
71 InstrumentManager &IM) in InstrumentRegionCommentConsumer()
180 InstrumentManager &IM) in AsmInstrumentRegionGenerator()
H A Dllvm-mca.cpp460 std::unique_ptr<mca::InstrumentManager> IM; in main()
462 IM = std::unique_ptr<mca::InstrumentManager>( in main()
468 IM = std::make_unique<mca::InstrumentManager>(*STI, *MCII); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h63 class InstrumentManager; variable
138 mca::InstrumentManager *createInstrumentManager(const MCSubtargetInfo &STI,
253 mca::InstrumentManager *(*)(const MCSubtargetInfo &STI,
722 mca::InstrumentManager *
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst232 Force usage of the generic InstrumentManager rather than using the target
234 no extra information, and InstrumentManager never overrides the default
366 The RISCV InstrumentManager will override the schedule class for vector
1130 InstrumentManager's main function is `getSchedClassID()` which has access