Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp51 dbgs() << "[LSUnit] LQ_Size = " << getLoadQueueSize() << '\n'; in dump()
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h231 unsigned getLoadQueueSize() const { return LQSize; } in getLoadQueueSize() function