Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp204 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function in llvm::mca::LSUnitBase
232 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.cpp103 void RegisterFile::onInstructionExecuted(Instruction *IS) { in onInstructionExecuted() function in llvm::mca::RegisterFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp64 void PressureTracker::onInstructionExecuted(unsigned IID) { IPI.erase(IID); } in onInstructionExecuted() function in llvm::mca::PressureTracker