Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp264 PRF.onInstructionExecuted(&IS); in tryIssue()
265 LSU.onInstructionExecuted(IR); in tryIssue()
301 PRF.onInstructionExecuted(&IS); in updateIssuedInst()
302 LSU.onInstructionExecuted(IR); in updateIssuedInst()
341 PRF.onInstructionExecuted(CarriedOver.getInstruction()); in updateCarriedOver()
342 LSU.onInstructionExecuted(CarriedOver); in updateCarriedOver()
H A DRetireStage.cpp52 PRF.onInstructionExecuted(&IS); in execute()
55 RCU.onInstructionExecuted(TokenID); in execute()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase
209 It->second->onInstructionExecuted(IR); in onInstructionExecuted()
233 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit
238 LSUnitBase::onInstructionExecuted(IR); in onInstructionExecuted()
H A DScheduler.cpp95 LSU.onInstructionExecuted(IR); in issueInstructionImpl()
233 LSU.onInstructionExecuted(IR); in updateIssuedSet()
H A DRetireControlUnit.cpp88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
H A DRegisterFile.cpp105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h160 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
317 virtual void onInstructionExecuted(const InstRef &IR);
471 void onInstructionExecuted(const InstRef &IR) override;
H A DRetireControlUnit.h102 void onInstructionExecuted(unsigned TokenID);
H A DRegisterFile.h297 void onInstructionExecuted(Instruction *IS);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h174 void onInstructionExecuted(unsigned IID);
H A DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker
496 Tracker.onInstructionExecuted(IID); in onEvent()