Searched refs:onInstructionExecuted (Results 1 – 11 of 11) sorted by relevance
264 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()
52 PRF.onInstructionExecuted(&IS); in execute()55 RCU.onInstructionExecuted(TokenID); in execute()
205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase209 It->second->onInstructionExecuted(IR); in onInstructionExecuted()233 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit238 LSUnitBase::onInstructionExecuted(IR); in onInstructionExecuted()
95 LSU.onInstructionExecuted(IR); in issueInstructionImpl() 233 LSU.onInstructionExecuted(IR); in updateIssuedSet()
88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
160 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function317 virtual void onInstructionExecuted(const InstRef &IR);471 void onInstructionExecuted(const InstRef &IR) override;
102 void onInstructionExecuted(unsigned TokenID);
297 void onInstructionExecuted(Instruction *IS);
174 void onInstructionExecuted(unsigned IID);
64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker496 Tracker.onInstructionExecuted(IID); in onEvent()