Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h174 unsigned LQSize; variable
205 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize()
243 bool isLQFull() const { return LQSize && LQSize == UsedLQEntries; } in isLQFull()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
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()