Home
last modified time | relevance | path

Searched refs:onInstructionExecuted (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DExecuteStage.cpp155 HWS.onInstructionExecuted(IR); in notifyInstructionExecuted()
159 RCU.onInstructionExecuted(IR.getInstruction()->getRCUTokenID()); in notifyInstructionExecuted()
DRetireStage.h43 void onInstructionExecuted(unsigned TokenID);
DRetireControlUnit.h89 void onInstructionExecuted(unsigned TokenID);
DLSUnit.h142 void onInstructionExecuted(const InstRef &IR);
DRetireControlUnit.cpp74 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in mca::RetireControlUnit
DLSUnit.cpp121 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in mca::LSUnit
DScheduler.cpp373 void Scheduler::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in mca::Scheduler
374 LSU->onInstructionExecuted(IR); in onInstructionExecuted()
DScheduler.h482 void onInstructionExecuted(const InstRef &IR);