Home
last modified time | relevance | path

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

/freebsd-14.2/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
327 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp87 LSU.onInstructionIssued(IR); in issueInstructionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp238 LSU.onInstructionIssued(IR); in tryIssue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h315 void onInstructionIssued(unsigned IID);