Home
last modified time | relevance | path

Searched defs:onInstructionExecuted (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase
233 void LSUnit::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnit
H A DRetireControlUnit.cpp88 void RetireControlUnit::onInstructionExecuted(unsigned TokenID) { in onInstructionExecuted() function in llvm::mca::RetireControlUnit
H A DRegisterFile.cpp105 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker