Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp251 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget
261 if (getMaxWorkitemID(Func, I) > 0) in isSingleLaneExecution()
H A DAMDGPUSubtarget.h360 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
H A DAMDGPUTargetTransformInfo.cpp1045 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform()
1055 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform()
H A DSIMachineFunctionInfo.cpp133 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo()
137 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
H A DAMDGPUCallLowering.cpp890 if (ST.getMaxWorkitemID(MF.getFunction(), 0) != 0) { in passSpecialInputs()
901 NeedWorkItemIDY && ST.getMaxWorkitemID(MF.getFunction(), 1) != 0) { in passSpecialInputs()
911 NeedWorkItemIDZ && ST.getMaxWorkitemID(MF.getFunction(), 2) != 0) { in passSpecialInputs()
H A DSIISelLowering.cpp3560 if (Subtarget->getMaxWorkitemID(F, 0) != 0) { in passSpecialInputs()
3568 NeedWorkItemIDY && Subtarget->getMaxWorkitemID(F, 1) != 0) { in passSpecialInputs()
3578 NeedWorkItemIDZ && Subtarget->getMaxWorkitemID(F, 2) != 0) { in passSpecialInputs()
8966 unsigned MaxID = Subtarget->getMaxWorkitemID(MF.getFunction(), Dim); in lowerWorkitemID()
16852 ST.getMaxWorkitemID(VT.getMachineFunction().getFunction(), Dim); in knownBitsForWorkitemID()
H A DAMDGPUISelLowering.cpp6005 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()
H A DAMDGPULegalizerInfo.cpp4434 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()