Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DLSUnit.h129 bool isLQFull() const { return LQ_Size != 0 && LoadQueue.size() == LQ_Size; } in isLQFull() function
DLSUnit.cpp37 assert(!isLQFull()); in assignLQSlot()
DScheduler.cpp241 if (Desc.MayLoad && LSU->isLQFull()) in canBeDispatched()