Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp198 if (IS.getMayLoad() && isLQFull()) in isAvailable()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h266 bool isLQFull() const { return LQSize && LQSize == UsedLQEntries; } in isLQFull() function