Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
DResourceManager.h196 unsigned AvailableSlots; variable
272 --AvailableSlots; in reserveBuffer()
273 assert(AvailableSlots <= static_cast<unsigned>(BufferSize)); in reserveBuffer()
274 return AvailableSlots; in reserveBuffer()
283 ++AvailableSlots; in releaseBuffer()
284 assert(AvailableSlots <= static_cast<unsigned>(BufferSize)); in releaseBuffer()
/openbsd/src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp76 AvailableSlots = BufferSize == -1 ? 0U : static_cast<unsigned>(BufferSize); in ResourceState()
88 if (!isBuffered() || AvailableSlots) in isBufferAvailable()
99 << ", AvailableSlots=" << AvailableSlots in dump()