Searched refs:getMaxWorkitemID (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 259 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
|
| H A D | SIMachineFunctionInfo.cpp | 132 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo() 136 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
|
| H A D | AMDGPUCallLowering.cpp | 877 if (ST.getMaxWorkitemID(MF.getFunction(), 0) != 0) { in passSpecialInputs() 887 NeedWorkItemIDY && ST.getMaxWorkitemID(MF.getFunction(), 1) != 0) { in passSpecialInputs() 897 NeedWorkItemIDZ && ST.getMaxWorkitemID(MF.getFunction(), 2) != 0) { in passSpecialInputs()
|
| H A D | AMDGPUSubtarget.cpp | 440 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget
|
| H A D | SIISelLowering.cpp | 2886 if (Subtarget->getMaxWorkitemID(F, 0) != 0) { in passSpecialInputs() 2894 NeedWorkItemIDY && Subtarget->getMaxWorkitemID(F, 1) != 0) { in passSpecialInputs() 2903 NeedWorkItemIDZ && Subtarget->getMaxWorkitemID(F, 2) != 0) { in passSpecialInputs() 6756 unsigned MaxID = Subtarget->getMaxWorkitemID(MF.getFunction(), Dim); in lowerWorkitemID() 12444 ST.getMaxWorkitemID(KB.getMachineFunction().getFunction(), Dim); in knownBitsForWorkitemID()
|
| H A D | AMDGPUISelLowering.cpp | 4618 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()
|
| H A D | AMDGPULegalizerInfo.cpp | 3350 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()
|