Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.cpp502 unsigned ReqdSize = getReqdWorkGroupSize(Kernel, Dimension); in getMaxWorkitemID() local
503 if (ReqdSize != std::numeric_limits<unsigned>::max()) in getMaxWorkitemID()
504 return ReqdSize - 1; in getMaxWorkitemID()
555 unsigned ReqdSize = getReqdWorkGroupSize(*Kernel, Dim); in makeLIDRangeMetadata() local
556 if (ReqdSize != std::numeric_limits<unsigned>::max()) in makeLIDRangeMetadata()
557 MinSize = MaxSize = ReqdSize; in makeLIDRangeMetadata()