Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSyncScope.h104 SubGroup = 4, enumerator
105 Last = SubGroup
118 case SubGroup: in map()
130 static_assert(Last == SubGroup, "Does not include all synch scopes"); in getRuntimeValues()
133 static_cast<unsigned>(AllSVMDevices), static_cast<unsigned>(SubGroup)}; in getRuntimeValues()
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1331 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
1333 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp595 static_cast<unsigned>(AtomicScopeOpenCLModel::SubGroup) == 4, in InitializePredefinedMacros()