Searched refs:QueueSize (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowWorklist.h | 22 template <typename Comp, unsigned QueueSize> class DataflowWorklistBase { 26 SmallVector<const CFGBlock *, QueueSize>, Comp>
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 397 bool createQueues(hsa_agent_t HSAAgent, uint32_t QueueSize) { in createQueues() argument 401 hsa_queue_create(HSAAgent, QueueSize, HSA_QUEUE_TYPE_MULTI, in createQueues() 1045 uint32_t QueueSize = 0; in RTLDeviceInfoTy() local 1048 HSAAgents[I], HSA_AGENT_INFO_QUEUE_MAX_SIZE, &QueueSize); in RTLDeviceInfoTy() 1054 if (QueueSize > MaxQueueSize) { in RTLDeviceInfoTy() 1055 QueueSize = MaxQueueSize; in RTLDeviceInfoTy() 1061 if (!QSched.createQueues(HSAAgents[I], QueueSize)) in RTLDeviceInfoTy()
|