Home
last modified time | relevance | path

Searched refs:NumTypes (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.cpp82 assert(NumTypes >= 1); in validateIntrinsic()
93 for (size_t i = 1; i < NumTypes; ++i) { in validateIntrinsic()
103 assert(NumTypes > 1); in getArgType()
104 assert(Index + 1 < NumTypes); in getArgType()
DIceIntrinsics.h147 uint8_t NumTypes; member
156 assert(NumTypes > 0); in getReturnType()
162 assert(NumTypes > 0); in getNumArgs()
163 return NumTypes - 1; in getNumArgs()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dlayout.h361 NumTypes = sizeof...(Elements),
370 static_assert(NumSizes <= NumTypes, "Internal error");
371 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
373 static_assert(NumTypes > 0, "Internal error");
609 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
610 return Offset<NumTypes - 1>() +
611 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>();
669 if (NumTypes == NumSizes && last >= 0) {
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dlayout.h365 NumTypes = sizeof...(Elements),
374 static_assert(NumSizes <= NumTypes, "Internal error");
375 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
377 static_assert(NumTypes > 0, "Internal error");
615 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
616 return Offset<NumTypes - 1>() +
617 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>();
676 if (NumTypes == NumSizes && last >= 0) {
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dlayout.h365 NumTypes = sizeof...(Elements),
374 static_assert(NumSizes <= NumTypes, "Internal error");
375 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
377 static_assert(NumTypes > 0, "Internal error");
615 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
616 return Offset<NumTypes - 1>() +
617 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>();
676 if (NumTypes == NumSizes && last >= 0) {
/external/abseil-cpp/absl/container/internal/
Dlayout.h364 NumTypes = sizeof...(Elements),
373 static_assert(NumSizes <= NumTypes, "Internal error");
374 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
376 static_assert(NumTypes > 0, "Internal error");
614 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
615 return Offset<NumTypes - 1>() +
616 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>();
675 if (NumTypes == NumSizes && last >= 0) {
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout.h349 NumTypes = sizeof...(Elements),
355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
357 static_assert(NumTypes > 0, "Internal error");
598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
599 return Offset<NumTypes - 1>() +
600 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1];
659 if (NumTypes == NumSizes && last >= 0) {
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout.h349 NumTypes = sizeof...(Elements),
355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1),
357 static_assert(NumTypes > 0, "Internal error");
598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields");
599 return Offset<NumTypes - 1>() +
600 SizeOf<ElementType<NumTypes - 1>>::value * size_[NumTypes - 1];
659 if (NumTypes == NumSizes && last >= 0) {
/external/angle/third_party/spirv-tools/src/test/opt/
Dtype_manager_test.cpp298 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST()
548 ASSERT_EQ(7u, manager.NumTypes()); in TEST()
597 ASSERT_EQ(10u, manager.NumTypes()); in TEST()
634 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
654 ASSERT_EQ(0u, manager.NumTypes()); in TEST()
670 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp289 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST()
539 ASSERT_EQ(7u, manager.NumTypes()); in TEST()
588 ASSERT_EQ(10u, manager.NumTypes()); in TEST()
625 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
645 ASSERT_EQ(0u, manager.NumTypes()); in TEST()
661 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtype_manager_test.cpp292 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST()
542 ASSERT_EQ(7u, manager.NumTypes()); in TEST()
591 ASSERT_EQ(10u, manager.NumTypes()); in TEST()
628 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
648 ASSERT_EQ(0u, manager.NumTypes()); in TEST()
664 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
/external/pytorch/torch/csrc/cuda/
Dnccl.h72 NumTypes = 10 enumerator
/external/angle/third_party/spirv-tools/src/source/opt/
Dtype_manager.h93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.h93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.h93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp1112 uint32_t NumTypes = Signatures.size(); in parseImportSection() local
1123 if (Im.SigIndex >= NumTypes) in parseImportSection()
1153 if (Im.SigIndex >= NumTypes) in parseImportSection()
1172 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local
1175 if (Type >= NumTypes) in parseFunctionSection()
1229 uint32_t NumTypes = Signatures.size(); in parseTagSection() local
1235 if (Type >= NumTypes) in parseTagSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local
947 if (Type >= NumTypes) in parseFunctionSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1539 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local
1567 } OpTable[NumTypes] = { in selectDivRem()
DX86FastISel.cpp1850 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1879 } OpTable[NumTypes] = { in X86SelectDivRem()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86InstructionSelector.cpp1533 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local
1561 } OpTable[NumTypes] = { in selectDivRem()
DX86FastISel.cpp1861 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1890 } OpTable[NumTypes] = { in X86SelectDivRem()
/external/clang/lib/Sema/
DSemaTemplate.cpp1799 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local
1842 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
1878 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
DSemaDecl.cpp14286 const unsigned NumTypes = 4; in getNextLargerIntegralType() local
14287 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
14290 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType()
14298 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1771 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local
1800 } OpTable[NumTypes] = { in X86SelectDivRem()
/external/clang/lib/Parse/
DParseDecl.cpp4956 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() local
4958 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclerator()

12