Searched refs:FlatWGS (Results 1 – 1 of 1) sorted by relevance
8985 const auto *FlatWGS = FD->getAttr<AMDGPUFlatWorkGroupSizeAttr>(); in setTargetAttributes() local8986 if (ReqdWGS || FlatWGS) { in setTargetAttributes()8989 if (FlatWGS) { in setTargetAttributes()8990 Min = FlatWGS->getMin() in setTargetAttributes()8993 Max = FlatWGS->getMax() in setTargetAttributes()