Searched refs:WGSize (Results 1 – 3 of 3) sorted by relevance
2769 uint32_t WGSize[3]; in handleWorkGroupSize() local2772 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()
1762 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier() local1763 if (WGSize <= STI.getWavefrontSize()) { in selectSBarrier()
9523 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local9524 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()