Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h197 unsigned AvailableSlots; variable
276 --AvailableSlots; in reserveBuffer()
277 assert(AvailableSlots <= static_cast<unsigned>(BufferSize)); in reserveBuffer()
278 return AvailableSlots; in reserveBuffer()
287 ++AvailableSlots; in releaseBuffer()
288 assert(AvailableSlots <= static_cast<unsigned>(BufferSize)); in releaseBuffer()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp76 AvailableSlots = BufferSize == -1 ? 0U : static_cast<unsigned>(BufferSize); in ResourceState()
88 if (!isBuffered() || AvailableSlots) in isBufferAvailable()
99 << ", AvailableSlots=" << AvailableSlots in dump()