Searched refs:RS_BUFFER_AVAILABLE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp89 return RS_BUFFER_AVAILABLE;
250 return ResourceStateEvent::RS_BUFFER_AVAILABLE;
258 assert(RS.isBufferAvailable() == ResourceStateEvent::RS_BUFFER_AVAILABLE);
H A DScheduler.cpp43 HadTokenStall = RSE != RS_BUFFER_AVAILABLE;
50 case ResourceStateEvent::RS_BUFFER_AVAILABLE:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h42 RS_BUFFER_AVAILABLE, enumerator in enum:llvm::mca::ResourceStateEvent
256 /// Returns RS_BUFFER_AVAILABLE if this is not a buffered resource, or if
399 // Returns RS_BUFFER_AVAILABLE if buffered resources are not reserved, and if

Completed in 107 milliseconds