Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp200 if (IS.getMayStore() && isSQFull()) in isAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h265 bool isSQFull() const { return SQSize && SQSize == UsedSQEntries; } in isSQFull() function