Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h160 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker