Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp87 uint32_t MaxNumGroups) { in annotateGridSizeLoadWithRangeMD() argument
88 if (MaxNumGroups == 0 || MaxNumGroups == std::numeric_limits<uint32_t>::max()) in annotateGridSizeLoadWithRangeMD()
96 MDNode *Range = MDB.createRange(APInt(32, 1), APInt(32, MaxNumGroups + 1)); in annotateGridSizeLoadWithRangeMD()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1238 constexpr uptr MaxNumGroups = RegionSize / GroupSize; in getMemoryGroupFragmentationInfoInRegion() local
1240 MemoryGroupFragmentationRecorder<GroupSize, MaxNumGroups> Recorder; in getMemoryGroupFragmentationInfoInRegion()