Home
last modified time | relevance | path

Searched defs:onInstructionIssued (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h132 void onInstructionIssued(const InstRef &IR) { in onInstructionIssued() function
325 virtual void onInstructionIssued(const InstRef &IR) { in onInstructionIssued() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp54 void WriteState::onInstructionIssued(unsigned IID) { in onInstructionIssued() function in llvm::mca::WriteState