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/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h118 virtual void onInstructionExecuted(const InstRef &IR) = 0;
372 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
475 virtual 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/lib/MCA/HardwareUnits/
H A DLSUnit.cpp222 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit
230 It->second->onInstructionExecuted(IR); in onInstructionExecuted()
H A DScheduler.cpp96 LSU.onInstructionExecuted(IR); in issueInstructionImpl()
234 LSU.onInstructionExecuted(IR); in updateIssuedSet()
H A DRetireControlUnit.cpp88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
H A DRegisterFile.cpp110 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h174 void onInstructionExecuted(unsigned IID);
H A DBottleneckAnalysis.cpp63 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker
495 Tracker.onInstructionExecuted(IID); in onEvent()