Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp8985 const auto *FlatWGS = FD->getAttr<AMDGPUFlatWorkGroupSizeAttr>(); in setTargetAttributes() local
8986 if (ReqdWGS || FlatWGS) { in setTargetAttributes()
8989 if (FlatWGS) { in setTargetAttributes()
8990 Min = FlatWGS->getMin() in setTargetAttributes()
8993 Max = FlatWGS->getMax() in setTargetAttributes()