Home
last modified time | relevance | path

Searched refs:onInstructionIssued (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h126 virtual void onInstructionIssued(const InstRef &IR) = 0;
343 void onInstructionIssued(const InstRef &IR) { in onInstructionIssued() function
468 virtual void onInstructionIssued(const InstRef &IR) override { in onInstructionIssued() function
470 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp54 void WriteState::onInstructionIssued(unsigned IID) { in onInstructionIssued() function in llvm::mca::WriteState
181 WS.onInstructionIssued(IID); in execute()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp87 LSU.onInstructionIssued(IR); in issueInstructionImpl()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp238 LSU.onInstructionIssued(IR); in tryIssue()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h316 LLVM_ABI void onInstructionIssued(unsigned IID);