Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp70 bool DispatchStage::canDispatch(const InstRef &IR) const { in canDispatch() function in llvm::mca::DispatchStage
170 return canDispatch(IR); in isAvailable()
174 assert(canDispatch(IR) && "Cannot dispatch another instruction!"); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h60 bool canDispatch(const InstRef &IR) const;