Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h133 SubGroup = 4, enumerator
134 Last = SubGroup
147 case SubGroup: in map()
159 static_assert(Last == SubGroup, "Does not include all synch scopes"); in getRuntimeValues()
162 static_cast<unsigned>(AllSVMDevices), static_cast<unsigned>(SubGroup)}; in getRuntimeValues()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1562 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
1564 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp908 static_cast<unsigned>(AtomicScopeOpenCLModel::SubGroup) == 4, in InitializePredefinedMacros()