Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp442 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID() local
443 if (ReqdSize != std::numeric_limits<unsigned>::max()) in getMaxWorkitemID()
444 return ReqdSize - 1; in getMaxWorkitemID()
486 unsigned ReqdSize = getReqdWorkGroupSize(*Kernel, Dim); in makeLIDRangeMetadata() local
487 if (ReqdSize != std::numeric_limits<unsigned>::max()) in makeLIDRangeMetadata()
488 MinSize = MaxSize = ReqdSize; in makeLIDRangeMetadata()