Home
last modified time | relevance | path

Searched refs:onInstructionExecuted (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp204 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase
208 It->second->onInstructionExecuted(IR); in onInstructionExecuted()
232 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit
237 LSUnitBase::onInstructionExecuted(IR); in onInstructionExecuted()
DScheduler.cpp95 LSU.onInstructionExecuted(IR); in issueInstructionImpl()
233 LSU.onInstructionExecuted(IR); in updateIssuedSet()
DRetireControlUnit.cpp88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
DRegisterFile.cpp105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DRetireStage.cpp52 PRF.onInstructionExecuted(&IS); in execute()
55 RCU.onInstructionExecuted(TokenID); in execute()
DInOrderIssueStage.cpp247 PRF.onInstructionExecuted(&IS); in tryIssue()
281 PRF.onInstructionExecuted(&IS); in updateIssuedInst()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
320 virtual void onInstructionExecuted(const InstRef &IR);
474 void onInstructionExecuted(const InstRef &IR) override;
DRetireControlUnit.h102 void onInstructionExecuted(unsigned TokenID);
DRegisterFile.h297 void onInstructionExecuted(Instruction *IS);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.h174 void onInstructionExecuted(unsigned IID);
DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker
495 Tracker.onInstructionExecuted(IID); in onEvent()