Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp51 dbgs() << "[LSUnit] LQ_Size = " << getLoadQueueSize() << '\n'; in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h205 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize() function