Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp54 dbgs() << "[LSUnit] NextSQSlotIdx = " << getUsedSQEntries() << '\n'; in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h234 unsigned getUsedSQEntries() const { return UsedSQEntries; } in getUsedSQEntries() function