Home
last modified time | relevance | path

Searched refs:build_vector_type (Results 1 – 25 of 28) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-generic.cc162 vector_last_type = build_vector_type (vector_inner_type, nunits); in build_word_mode_vector_type()
776 = build_vector_type (build_nonstandard_integer_type (prec, 1), in expand_vector_divmod()
1840 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_conversion()
1853 tree itype = build_vector_type (TREE_TYPE (inner_type), in do_vec_narrow_conversion()
1860 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_narrow_conversion()
1921 tree ret1_type = build_vector_type (TREE_TYPE (ret_type), nelts); in expand_vector_conversion()
1922 tree arg1_type = build_vector_type (TREE_TYPE (arg_type), nelts); in expand_vector_conversion()
1967 = build_vector_type (TREE_TYPE (ret_type), in expand_vector_conversion()
1983 = build_vector_type (TREE_TYPE (compute_type), in expand_vector_conversion()
2054 tree cretd_type = build_vector_type (TREE_TYPE (ret_type), nunits); in expand_vector_conversion()
Domp-simd-clone.cc513 t = build_vector_type (t, node->simdclone->simdlen); in simd_clone_adjust_return_type()
516 t = build_vector_type (t, veclen); in simd_clone_adjust_return_type()
628 adj.type = build_vector_type (pointer_sized_int_node, veclen); in simd_clone_adjust_argument_types()
630 adj.type = build_vector_type (parm_type, veclen); in simd_clone_adjust_argument_types()
680 adj.type = build_vector_type (pointer_sized_int_node, veclen); in simd_clone_adjust_argument_types()
682 adj.type = build_vector_type (base_type, veclen); in simd_clone_adjust_argument_types()
Dtree-ssa-forwprop.cc2702 mask_type = build_vector_type (int_type, tgt_units); in simplify_permutation()
2902 ? build_vector_type (TREE_TYPE (TREE_TYPE (orig[0])), nelts) in simplify_vector_constructor()
2940 = build_vector_type (TREE_TYPE (TREE_TYPE (orig[0])), in simplify_vector_constructor()
2979 = build_vector_type (TREE_TYPE (TREE_TYPE (orig[0])), in simplify_vector_constructor()
3052 : build_vector_type (TREE_TYPE (perm_type), nelts)); in simplify_vector_constructor()
3088 = build_vector_type (build_nonstandard_integer_type (elem_size, 1), in simplify_vector_constructor()
3137 = build_vector_type (build_nonstandard_integer_type (elem_size, 1), in simplify_vector_constructor()
Dtree-ssa.cc1721 tree vtype = build_vector_type (TREE_TYPE (TREE_TYPE (decl)), in non_rewritable_lvalue_p()
2106 temtype = build_vector_type (temtype, nelts); in execute_update_addresses_taken()
Dtree-vect-stmts.cc2143 *ptype = build_vector_type (TREE_TYPE (vtype), inelts); in vector_vector_composition_type()
2155 return build_vector_type (*ptype, nelts); in vector_vector_composition_type()
8007 ltype = build_vector_type (elem_type, group_size); in vectorizable_store()
8043 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
8625 mask_type = build_vector_type (ssizetype, nunits); in vect_gen_perm_mask_any()
Dtree.cc2191 index_vec_type = build_vector_type (index_elt_type, nunits); in build_index_vector()
10056 build_vector_type (tree innertype, poly_int64 nunits) in build_vector_type() function
10910 return build_vector_type (inner2, TYPE_VECTOR_SUBPARTS (type)); in signed_or_unsigned_type_for()
14893 tree vector_type = build_vector_type (element_type, 8); in test_vector_cst_patterns()
Dtree-vect-loop.cc5083 tree etype = build_vector_type (eltype, 2); in vect_create_partial_epilog()
7815 rvectype = build_vector_type (TREE_TYPE (TREE_TYPE (def)), in vect_transform_cycle_phi()
Dtree.h4636 extern tree build_vector_type (tree, poly_int64);
Dtree-vect-slp.cc6350 tree partial_vector_type = build_vector_type (element_type, partial_nelts); in duplicate_and_interleave()
Dfold-const.cc16943 tree type = build_vector_type (inner_type, 4); in test_vector_folding()
16973 tree type = build_vector_type (ssizetype, nunits); in test_vec_duplicate_folding()
Dmatch.pd6986 : build_vector_type (TREE_TYPE (TREE_TYPE (ctor)),
DChangeLog-201835031 (build_vector_type): Remove temporary shim and take the number
35043 (build_vector_type, build_opaque_vector_type): Take the number of
35695 (build_vector_type): Add a temporary overload that takes
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-c-fe.def180 GCC_METHOD2 (gcc_type, build_vector_type,
Dgcc-cp-fe.def965 GCC_METHOD2 (gcc_type, build_vector_type,
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-c-fe.def183 GCC_METHOD2 (gcc_type, build_vector_type,
Dgcc-cp-fe.def965 GCC_METHOD2 (gcc_type, build_vector_type,
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-c-fe.def180 GCC_METHOD2 (gcc_type, build_vector_type,
Dgcc-cp-fe.def965 GCC_METHOD2 (gcc_type, build_vector_type,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc11095 tree v4qi = build_vector_type (unsigned_intQI_type_node, 4); in sparc_vis_init_builtins()
11096 tree v8qi = build_vector_type (unsigned_intQI_type_node, 8); in sparc_vis_init_builtins()
11097 tree v4hi = build_vector_type (intHI_type_node, 4); in sparc_vis_init_builtins()
11098 tree v2hi = build_vector_type (intHI_type_node, 2); in sparc_vis_init_builtins()
11099 tree v2si = build_vector_type (intSI_type_node, 2); in sparc_vis_init_builtins()
11100 tree v1si = build_vector_type (intSI_type_node, 1); in sparc_vis_init_builtins()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.cc6599 alpha_v8qi_u = build_vector_type (unsigned_intQI_type_node, 8); in alpha_init_builtins()
6600 alpha_v8qi_s = build_vector_type (intQI_type_node, 8); in alpha_init_builtins()
6601 alpha_v4hi_u = build_vector_type (unsigned_intHI_type_node, 4); in alpha_init_builtins()
6602 alpha_v4hi_s = build_vector_type (intHI_type_node, 4); in alpha_init_builtins()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc391 tree result = build_vector_type (elt_type, num_elts); in rs6000_vector_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-builtins.cc1602 type = build_vector_type (eltype, GET_MODE_NUNITS (mode)); in arm_init_simd_builtin_types()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc710 build_vector_type (s390_builtin_types[INDEX_BASE], ELEMENTS); in s390_init_builtins()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc9392 res = build_vector_type (res, static_cast<poly_int64> (nunits)); in tree_node()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc18722 tree vtype = build_vector_type (itype, elems); in ix86_gimple_fold_builtin()

12