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.h289 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
H A DAMDGPUTargetTransformInfo.cpp974 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform()
984 ST->getMaxWorkitemID(*F, 1) == 0 && ST->getMaxWorkitemID(*F, 2) == 0; in isAlwaysUniform()
H A DSIMachineFunctionInfo.cpp129 ST.getMaxWorkitemID(F, 1) != 0) in SIMachineFunctionInfo()
133 ST.getMaxWorkitemID(F, 2) != 0) in SIMachineFunctionInfo()
H A DAMDGPUSubtarget.cpp500 unsigned AMDGPUSubtarget::getMaxWorkitemID(const Function &Kernel, in getMaxWorkitemID() function in AMDGPUSubtarget
510 if (getMaxWorkitemID(Func, I) > 0) in isSingleLaneExecution()
H A DAMDGPUCallLowering.cpp888 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 DSIISelLowering.cpp3450 if (Subtarget->getMaxWorkitemID(F, 0) != 0) { in passSpecialInputs()
3458 NeedWorkItemIDY && Subtarget->getMaxWorkitemID(F, 1) != 0) { in passSpecialInputs()
3467 NeedWorkItemIDZ && Subtarget->getMaxWorkitemID(F, 2) != 0) { in passSpecialInputs()
8376 unsigned MaxID = Subtarget->getMaxWorkitemID(MF.getFunction(), Dim); in lowerWorkitemID()
15782 ST.getMaxWorkitemID(KB.getMachineFunction().getFunction(), Dim); in knownBitsForWorkitemID()
H A DAMDGPULegalizerInfo.cpp4376 unsigned MaxID = ST.getMaxWorkitemID(B.getMF().getFunction(), Dim); in legalizeWorkitemIDIntrinsic()
H A DAMDGPUISelLowering.cpp5782 unsigned MaxValue = Subtarget->getMaxWorkitemID( in computeKnownBitsForTargetNode()