Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h197 unsigned LQSize; variable
228 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize()
266 bool isLQFull() const { return LQSize && LQSize == UsedLQEntries; } in isLQFull()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp26 : 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()