Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStage.h61 bool checkRCU(const InstRef &IR);
76 return checkRCU(IR) && checkPRF(IR) && checkScheduler(IR); in canDispatch()
DDispatchStage.cpp53 bool DispatchStage::checkRCU(const InstRef &IR) { in checkRCU() function in mca::DispatchStage