Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
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()
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp622 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
624 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/external/protobuf/src/google/protobuf/
Dunittest.proto469 optional group SubGroup = 2 { field
482 optional group SubGroup = 1 { field
Dmessage_unittest.inc544 UNITTEST::TestIsInitialized::SubMessage::SubGroup* sub_group =
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp1345 for (auto const &SubGroup : SubGroups) { in emitDiagSubGroups() local
1347 DiagsInGroup.find(SubGroup); in emitDiagSubGroups()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp651 static_cast<unsigned>(AtomicScopeOpenCLModel::SubGroup) == 4, in InitializePredefinedMacros()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVNonUniformOps.td81 %0 = spv.GroupNonUniformBallot "SubGroup" %predicate : vector<4xi32>
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc2163 EXPECT_EQ(names[1], package + ".TestMutualRecursionA.SubGroup");