Searched refs:isLQFull (Results 1 – 3 of 3) sorted by relevance
129 bool isLQFull() const { return LQ_Size != 0 && LoadQueue.size() == LQ_Size; } in isLQFull() function
37 assert(!isLQFull()); in assignLQSlot()
241 if (Desc.MayLoad && LSU->isLQFull()) in canBeDispatched()