Searched defs:onInstructionExecuted (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ | ||
H A D | LSUnit.cpp | 205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase |
H A D | RetireControlUnit.cpp | 88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit |
H A D | RegisterFile.cpp | 105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile |
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ | ||
H A D | LSUnit.h | 163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function |
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ | ||
H A D | BottleneckAnalysis.cpp | 64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker |