Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h205 unsigned SQSize; variable
231 unsigned getStoreQueueSize() const { return SQSize; } in getStoreQueueSize()
265 bool isSQFull() const { return SQSize && SQSize == UsedSQEntries; } in isSQFull()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp26 : LQSize(LQ), SQSize(SQ), UsedLQEntries(0), UsedSQEntries(0), in LSUnitBase()
35 if (!SQSize && EPI.StoreQueueID) { in LSUnitBase()
37 SQSize = std::max(0, StQDesc.BufferSize); in LSUnitBase()