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()
118 virtual void onInstructionExecuted(const InstRef &IR) = 0;372 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function475 virtual void onInstructionExecuted(const InstRef &IR) override;
102 void onInstructionExecuted(unsigned TokenID);
297 void onInstructionExecuted(Instruction *IS);
222 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit230 It->second->onInstructionExecuted(IR); in onInstructionExecuted()
96 LSU.onInstructionExecuted(IR); in issueInstructionImpl()234 LSU.onInstructionExecuted(IR); in updateIssuedSet()
88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
110 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
174 void onInstructionExecuted(unsigned IID);
63 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker495 Tracker.onInstructionExecuted(IID); in onEvent()