Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase
209 It->second->onInstructionExecuted(IR); in onInstructionExecuted()
233 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit
238 LSUnitBase::onInstructionExecuted(IR); in onInstructionExecuted()
DScheduler.cpp95 LSU.onInstructionExecuted(IR); in issueInstructionImpl()
233 LSU.onInstructionExecuted(IR); in updateIssuedSet()
DRetireControlUnit.cpp88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
DRegisterFile.cpp105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/openbsd/src/gnu/llvm/llvm/lib/MCA/Stages/
DRetireStage.cpp52 PRF.onInstructionExecuted(&IS); in execute()
55 RCU.onInstructionExecuted(TokenID); in execute()
DInOrderIssueStage.cpp262 PRF.onInstructionExecuted(&IS); in tryIssue()
263 LSU.onInstructionExecuted(IR); in tryIssue()
297 PRF.onInstructionExecuted(&IS); in updateIssuedInst()
298 LSU.onInstructionExecuted(IR); in updateIssuedInst()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
320 virtual void onInstructionExecuted(const InstRef &IR);
474 void onInstructionExecuted(const InstRef &IR) override;
DRetireControlUnit.h102 void onInstructionExecuted(unsigned TokenID);
DRegisterFile.h297 void onInstructionExecuted(Instruction *IS);
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.h174 void onInstructionExecuted(unsigned IID);
DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker
495 Tracker.onInstructionExecuted(IID); in onEvent()