Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h259 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
H A DSIMachineFunctionInfo.cpp132 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo()
136 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
H A DAMDGPUCallLowering.cpp877 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 DAMDGPUSubtarget.cpp440 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget
H A DSIISelLowering.cpp2886 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 DAMDGPUISelLowering.cpp4618 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()
H A DAMDGPULegalizerInfo.cpp3350 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()