Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSyncScope.h103 SubGroup = 4, enumerator
104 Last = SubGroup
117 case SubGroup: in map()
129 static_assert(Last == SubGroup, "Does not include all synch scopes"); in getRuntimeValues()
132 static_cast<unsigned>(AllSVMDevices), static_cast<unsigned>(SubGroup)}; in getRuntimeValues()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1360 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
1362 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp684 static_cast<unsigned>(AtomicScopeOpenCLModel::SubGroup) == 4, in InitializePredefinedMacros()