Home
last modified time | relevance | path

Searched refs:notifyInstructionExecuted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp66 notifyInstructionExecuted(IR); in issueInstruction()
107 notifyInstructionExecuted(IR); in cycleStart()
181 notifyInstructionExecuted(IR); in handleInstructionEliminated()
227 void ExecuteStage::notifyInstructionExecuted(const InstRef &IR) const { in notifyInstructionExecuted() function in llvm::mca::ExecuteStage
H A DInOrderIssueStage.cpp186 void InOrderIssueStage::notifyInstructionExecuted(const InstRef &IR) { in notifyInstructionExecuted() function in llvm::mca::InOrderIssueStage
266 notifyInstructionExecuted(IR); in tryIssue()
303 notifyInstructionExecuted(IR); in updateIssuedInst()
343 notifyInstructionExecuted(CarriedOver); in updateCarriedOver()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h77 void notifyInstructionExecuted(const InstRef &IR) const;
H A DInOrderIssueStage.h107 void notifyInstructionExecuted(const InstRef &IR);