Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp178 void InOrderIssueStage::notifyInstructionExecuted(const InstRef &IR) { in notifyInstructionExecuted() function in llvm::mca::InOrderIssueStage
282 notifyInstructionExecuted(IR); in updateIssuedInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h77 void notifyInstructionExecuted(const InstRef &IR) const;
H A DInOrderIssueStage.h104 void notifyInstructionExecuted(const InstRef &IR);