HomeSort by relevance Sort by last modified time
    Searched refs:onInstructionExecuted (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
RetireControlUnit.h 89 void onInstructionExecuted(unsigned TokenID);
RetireStage.h 43 void onInstructionExecuted(unsigned TokenID);
LSUnit.h 142 void onInstructionExecuted(const InstRef &IR);
RetireControlUnit.cpp 74 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) {
ExecuteStage.cpp 155 HWS.onInstructionExecuted(IR);
159 RCU.onInstructionExecuted(IR.getInstruction()->getRCUTokenID());
LSUnit.cpp 121 void LSUnit::onInstructionExecuted(const InstRef &IR) {
Scheduler.cpp 373 void Scheduler::onInstructionExecuted(const InstRef &IR) {
374 LSU->onInstructionExecuted(IR);
Scheduler.h 482 void onInstructionExecuted(const InstRef &IR);

Completed in 5412 milliseconds