Searched refs:onInstructionExecuted (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h102 void onInstructionExecuted(unsigned TokenID);
H A DLSUnit.h142 void onInstructionExecuted() { function in class:llvm::mca::MemoryGroup
294 virtual void onInstructionExecuted(const InstRef &IR);
446 void onInstructionExecuted(const InstRef &IR) override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp162 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { function in class:llvm::mca::LSUnitBase
166 It->second->onInstructionExecuted();
190 void LSUnit::onInstructionExecuted(const InstRef &IR) { function in class:llvm::mca::LSUnit
195 LSUnitBase::onInstructionExecuted(IR);
H A DRetireControlUnit.cpp85 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { function in class:llvm::mca::RetireControlUnit
H A DScheduler.cpp95 LSU.onInstructionExecuted(IR);
233 LSU.onInstructionExecuted(IR);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp46 RCU.onInstructionExecuted(IR.getInstruction()->getRCUTokenID());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h172 void onInstructionExecuted(unsigned IID);
H A DBottleneckAnalysis.cpp65 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } function in class:llvm::mca::PressureTracker
504 Tracker.onInstructionExecuted(IID);

Completed in 173 milliseconds