Searched refs:WGSize (Results 1 – 3 of 3) sorted by relevance
2998 uint32_t WGSize[3]; in handleWorkGroupSize() local3001 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()
1480 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier() local1481 if (WGSize <= STI.getWavefrontSize()) { in selectSBarrier()
7619 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local7620 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()