Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp52 dbgs() << "[LSUnit] SQ_Size = " << getStoreQueueSize() << '\n'; in dump()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h231 unsigned getStoreQueueSize() const { return SQSize; } in getStoreQueueSize() function