Searched refs:InstrumentManager (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | CustomBehaviour.cpp | 45 UniqueInstrument InstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument() 51 InstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments() 55 unsigned InstrumentManager::getSchedClassID( in getSchedClassID()
|
H A D | InstrBuilder.cpp | 35 const mca::InstrumentManager &im, unsigned cl) in InstrBuilder()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.h | 68 InstrumentManager &IM; 72 InstrumentManager &IM) in InstrumentRegionCommentConsumer() 82 InstrumentManager &getInstrumentManager() { return IM; } in getInstrumentManager() 121 InstrumentManager &IM; 125 InstrumentManager &IM) in InstrumentMCStreamer() 255 InstrumentManager &IM) in AsmInstrumentRegionGenerator()
|
H A D | llvm-mca.cpp | 495 std::unique_ptr<mca::InstrumentManager> IM; in main() 497 IM = std::unique_ptr<mca::InstrumentManager>( in main() 503 IM = std::make_unique<mca::InstrumentManager>(*STI, *MCII); in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | CustomBehaviour.h | 141 class InstrumentManager { 147 InstrumentManager(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in InstrumentManager() function 150 virtual ~InstrumentManager() = default;
|
H A D | InstrBuilder.h | 67 const InstrumentManager &IM; 104 const InstrumentManager &IM, unsigned CallLatency);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
H A D | RISCVCustomBehaviour.h | 53 class RISCVInstrumentManager : public InstrumentManager { 56 : InstrumentManager(STI, MCII) {} in RISCVInstrumentManager()
|
H A D | RISCVCustomBehaviour.cpp | 290 static InstrumentManager *
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.h | 61 const InstrumentManager &IM; 85 bool ShouldPrintBarriers, const InstrumentManager &IM, in InstructionInfoView()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 64 class InstrumentManager; variable 133 mca::InstrumentManager *createInstrumentManager(const MCSubtargetInfo &STI, 230 mca::InstrumentManager *(*)(const MCSubtargetInfo &STI, 629 mca::InstrumentManager *
|