Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp52 dbgs() << "[LSUnit] SQ_Size = " << getStoreQueueSize() << '\n'; in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h208 unsigned getStoreQueueSize() const { return SQSize; } in getStoreQueueSize() function