Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp253 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID() local
254 if (ReqdSize != std::numeric_limits<unsigned>::max()) in getMaxWorkitemID()
255 return ReqdSize - 1; in getMaxWorkitemID()
306 unsigned ReqdSize = getReqdWorkGroupSize(*Kernel, Dim); in makeLIDRangeMetadata() local
307 if (ReqdSize != std::numeric_limits<unsigned>::max()) in makeLIDRangeMetadata()
308 MinSize = MaxSize = ReqdSize; in makeLIDRangeMetadata()