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/
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
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/include/llvm/MCA/HardwareUnits/
DLSUnit.h163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker