Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp8969 const auto *ReqdWGS = M.getLangOpts().OpenCL ? in setTargetAttributes() local
8986 if (ReqdWGS || FlatWGS) { in setTargetAttributes()
8997 if (ReqdWGS && Min == 0 && Max == 0) in setTargetAttributes()
8998 Min = Max = ReqdWGS->getXDim() * ReqdWGS->getYDim() * ReqdWGS->getZDim(); in setTargetAttributes()