Searched refs:LQSize (Results 1 – 2 of 2) sorted by relevance
197 unsigned LQSize; variable228 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize()266 bool isLQFull() const { return LQSize && LQSize == UsedLQEntries; } in isLQFull()
26 : LQSize(LQ), SQSize(SQ), UsedLQEntries(0), UsedSQEntries(0), in LSUnitBase()30 if (!LQSize && EPI.LoadQueueID) { in LSUnitBase()32 LQSize = std::max(0, LdQDesc.BufferSize); in LSUnitBase()