Home
last modified time | relevance | path

Searched refs:vector_types (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-mve-builtins.cc53 static CONSTEXPR const vector_type_info vector_types[] = { variable
93 if (vector_types[i].requires_float && !TARGET_HAVE_MVE_FLOAT) in register_builtin_types()
116 if (vector_types[type].requires_float && !TARGET_HAVE_MVE_FLOAT) in register_vector_type()
119 tree id = get_identifier (vector_types[type].acle_name); in register_vector_type()
141 const vector_type_info* info = &vector_types[type]; in register_builtin_tuple_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc102 static CONSTEXPR const vector_type_info vector_types[] = { variable
1177 return vector_types[type_suffixes[type].vector_type].acle_name + 2; in get_scalar_type_name()
3382 vector_types[i].mangled_name, in register_builtin_types()
3383 vector_types[i].acle_name); in register_builtin_types()
3387 vector_types[i].abi_name); in register_builtin_types()
3407 tree id = get_identifier (vector_types[type].acle_name); in register_vector_type()
3432 const char *vector_type_name = vector_types[type].acle_name; in register_tuple_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc102 static CONSTEXPR const vector_type_info vector_types[] = { variable
1182 return vector_types[type_suffixes[type].vector_type].acle_name + 2; in get_scalar_type_name()
3383 vector_types[i].mangled_name, in register_builtin_types()
3384 vector_types[i].acle_name); in register_builtin_types()
3388 vector_types[i].abi_name); in register_builtin_types()
3408 tree id = get_identifier (vector_types[type].acle_name); in register_vector_type()
3432 const char *vector_type_name = vector_types[type].acle_name; in register_tuple_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c3472 static tree vector_types[GFC_MAX_DIMENSIONS]; in gfc_get_caf_vector_type() local
3476 if (vector_types[dim-1] != NULL_TREE) in gfc_get_caf_vector_type()
3477 return vector_types[dim-1]; in gfc_get_caf_vector_type()
3532 vector_types[dim-1] = build_array_type (vec_type, tmp); in gfc_get_caf_vector_type()
3533 return vector_types[dim-1]; in gfc_get_caf_vector_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc3580 static tree vector_types[GFC_MAX_DIMENSIONS]; in gfc_get_caf_vector_type() local
3584 if (vector_types[dim-1] != NULL_TREE) in gfc_get_caf_vector_type()
3585 return vector_types[dim-1]; in gfc_get_caf_vector_type()
3640 vector_types[dim-1] = build_array_type (vec_type, tmp); in gfc_get_caf_vector_type()
3641 return vector_types[dim-1]; in gfc_get_caf_vector_type()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7850 llvm::iterator_range<iterator> vector_types() { return VectorTypes; } in vector_types() function in __anon8501439c0b11::BuiltinCandidateTypeSet
8393 for (QualType VecTy : CandidateTypes[0].vector_types()) in addUnaryPlusOrMinusArithmeticOverloads()
8423 for (QualType VecTy : CandidateTypes[0].vector_types()) in addUnaryTildePromotedIntegralOverloads()
8641 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addGenericBinaryArithmeticOverloads()
8642 for (QualType Vec2Ty : CandidateTypes[1].vector_types()) { in addGenericBinaryArithmeticOverloads()
8910 for (QualType Vec1Ty : CandidateTypes[0].vector_types()) in addAssignmentArithmeticOverloads()
8911 for (QualType Vec2Ty : CandidateTypes[0].vector_types()) { in addAssignmentArithmeticOverloads()