Home
last modified time | relevance | path

Searched refs:mustIssueImmediately (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp290 bool Scheduler::mustIssueImmediately(const InstRef &IR) const { in mustIssueImmediately() function in llvm::mca::Scheduler
332 if (!mustIssueImmediately(IR)) { in dispatch()
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h211 bool mustIssueImmediately(const InstRef &IR) const;
/src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp220 if (!HWS.mustIssueImmediately(IR)) in execute()