Searched refs:WGSize (Results 1 – 4 of 4) sorted by relevance
196 } else if (Name == kSPIR2MD::WGSize) { in visit()
366 const static char WGSize[] = "reqd_work_group_size"; variable
2264 kSPIR2MD::WGSize, EM->getLiterals())); in transKernelMetadata()
2563 uint32_t WGSize[3]; in handleWorkGroupSize() local2566 if (!checkUInt32Argument(S, Attr, E, WGSize[i], i)) in handleWorkGroupSize()2568 if (WGSize[i] == 0) { in handleWorkGroupSize()2576 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize()2577 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize()2578 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize()2582 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()