Searched refs:getMaxWorkitemID (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 289 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
|
| H A D | AMDGPUTargetTransformInfo.cpp | 977 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform() 987 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform()
|
| H A D | SIMachineFunctionInfo.cpp | 127 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo() 131 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
|
| H A D | AMDGPUSubtarget.cpp | 481 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget 491 if (getMaxWorkitemID(Func, I) > 0) in isSingleLaneExecution()
|
| H A D | AMDGPUCallLowering.cpp | 888 if (ST.getMaxWorkitemID(MF.getFunction(), 0) != 0) { in passSpecialInputs() 898 NeedWorkItemIDY && ST.getMaxWorkitemID(MF.getFunction(), 1) != 0) { in passSpecialInputs() 908 NeedWorkItemIDZ && ST.getMaxWorkitemID(MF.getFunction(), 2) != 0) { in passSpecialInputs()
|
| H A D | SIISelLowering.cpp | 3366 if (Subtarget->getMaxWorkitemID(F, 0) != 0) { in passSpecialInputs() 3374 NeedWorkItemIDY && Subtarget->getMaxWorkitemID(F, 1) != 0) { in passSpecialInputs() 3383 NeedWorkItemIDZ && Subtarget->getMaxWorkitemID(F, 2) != 0) { in passSpecialInputs() 7939 unsigned MaxID = Subtarget->getMaxWorkitemID(MF.getFunction(), Dim); in lowerWorkitemID() 15447 ST.getMaxWorkitemID(KB.getMachineFunction().getFunction(), Dim); in knownBitsForWorkitemID()
|
| H A D | AMDGPULegalizerInfo.cpp | 4260 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()
|
| H A D | AMDGPUISelLowering.cpp | 5725 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()
|