Searched refs:notifyInstructionDispatched (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | DispatchStage.cpp | 38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched() function in llvm::mca::DispatchStage 129 notifyInstructionDispatched(IR, RegisterFiles, in dispatch() 148 notifyInstructionDispatched(CarriedOver, RegisterFiles, DispatchedOpcodes); in cycleStart()
|
H A D | InOrderIssueStage.cpp | 178 void InOrderIssueStage::notifyInstructionDispatched( in notifyInstructionDispatched() function in llvm::mca::InOrderIssueStage 231 notifyInstructionDispatched(IR, NumMicroOps, UsedRegs); in tryIssue()
|
/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | DispatchStage.h | 63 void notifyInstructionDispatched(const InstRef &IR,
|
H A D | InOrderIssueStage.h | 105 void notifyInstructionDispatched(const InstRef &IR, unsigned Ops,
|