Searched refs:notifyInstructionDispatched (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 37 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched() function in llvm::mca::DispatchStage 128 notifyInstructionDispatched(IR, RegisterFiles, in dispatch() 147 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()
|
| /freebsd/contrib/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,
|