Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp2998 uint32_t WGSize[3]; in handleWorkGroupSize() local
3001 if (!checkUInt32Argument(S, AL, E, WGSize[i], i, in handleWorkGroupSize()
3004 if (WGSize[i] == 0) { in handleWorkGroupSize()
3012 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()
3013 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()
3014 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()
3018 WorkGroupAttr(S.Context, AL, WGSize[0], WGSize[1], WGSize[2])); in handleWorkGroupSize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp1480 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier() local
1481 if (WGSize <= STI.getWavefrontSize()) { in selectSBarrier()
DSIISelLowering.cpp7619 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local
7620 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()