Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStage.h74 bool canDispatch(const InstRef &IR) { in canDispatch() function
DDispatchStage.cpp141 if (!isAvailable(Desc.NumMicroOps) || !canDispatch(IR)) in execute()