Home
last modified time | relevance | path

Searched refs:WGSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2769 uint32_t WGSize[3]; in handleWorkGroupSize() local
2772 if (!S.checkUInt32Argument(AL, E, WGSize[i], i, in handleWorkGroupSize()
2775 if (WGSize[i] == 0) { in handleWorkGroupSize()
2783 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()
2784 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()
2785 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()
2789 WorkGroupAttr(S.Context, AL, WGSize[0], WGSize[1], WGSize[2])); in handleWorkGroupSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1762 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier() local
1763 if (WGSize <= STI.getWavefrontSize()) { in selectSBarrier()
H A DSIISelLowering.cpp9523 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local
9524 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()