Searched refs:notifyInstructionIssued (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h75 void notifyInstructionIssued(const InstRef &IR,
H A DInOrderIssueStage.h103 void notifyInstructionIssued(const InstRef &IR,
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp64 notifyInstructionIssued(IR, Used);
179 notifyInstructionIssued(IR, {});
252 void ExecuteStage::notifyInstructionIssued( function in class:llvm::mca::ExecuteStage
H A DInOrderIssueStage.cpp169 void InOrderIssueStage::notifyInstructionIssued(const InstRef &IR, function in class:llvm::mca::InOrderIssueStage
245 notifyInstructionIssued(IR, UsedResources);

Completed in 168 milliseconds