Searched refs:getMaxWorkitemID (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 251 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget 261 if (getMaxWorkitemID(Func, I) > 0) in isSingleLaneExecution()
|
| H A D | AMDGPUSubtarget.h | 360 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
|
| H A D | AMDGPUTargetTransformInfo.cpp | 1045 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 D | SIMachineFunctionInfo.cpp | 133 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo() 137 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
|
| H A D | AMDGPUCallLowering.cpp | 890 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 D | SIISelLowering.cpp | 3560 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 D | AMDGPUISelLowering.cpp | 6005 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()
|
| H A D | AMDGPULegalizerInfo.cpp | 4434 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()
|