Searched refs:canDispatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h60 bool canDispatch(const InstRef &IR) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp71 bool DispatchStage::canDispatch(const InstRef &IR) const { function in class:llvm::mca::DispatchStage
172 return canDispatch(IR);
176 assert(canDispatch(IR) && "Cannot dispatch another instruction!");

Completed in 66 milliseconds