Searched refs:LQSize (Results 1 – 2 of 2) sorted by relevance
174 unsigned LQSize; variable205 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize()243 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()