/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-cmp-inst-handler.cc | 146 = build_vector_from_val (dest_type, in operator ()() 149 = build_vector_from_val (dest_type, in operator ()()
|
H A D | brig-basic-inst-handler.cc | 335 ? build_vector_from_val (arith_type, scalar_mask) in build_inst_expr() 341 operands[1] = build_vector_from_val (arith_type, operands[1]); in build_inst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-c.c | 1120 tree ones_vector = build_vector_from_val (arg0_type, const1); in altivec_resolve_overloaded_builtin() 1220 tree ones_vector = build_vector_from_val (arg0_type, const1); in altivec_resolve_overloaded_builtin()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop.c | 4677 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction() 4691 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction() 4926 tree max_index_vec_rhs = build_vector_from_val (index_vec_type, in vect_create_epilog_for_reduction() 5129 build_vector_from_val (index_type, index_mask)); in vect_create_epilog_for_reduction() 5169 compare_val = build_vector_from_val (index_type, compare_val); in vect_create_epilog_for_reduction() 7194 vec_initial_def = build_vector_from_val (vectype_out, induc_val); in vect_transform_cycle_phi() 7574 new_vec = build_vector_from_val (step_vectype, new_name); in vectorizable_induction() 7648 new_vec = build_vector_from_val (step_vectype, new_name); in vectorizable_induction() 7786 new_vec = build_vector_from_val (step_vectype, t); in vectorizable_induction() 7855 new_vec = build_vector_from_val (step_vectype, t); in vectorizable_induction()
|
H A D | tree.c | 1890 build_vector_from_val (tree vectype, tree sc) in build_vector_from_val() function 1933 return build_vector_from_val (type, sc); in build_uniform_cst() 1944 return build_vector_from_val (type, base); in build_vec_series() 2310 return build_vector_from_val (type, scalar); in build_one_cst() 2365 return build_vector_from_val (type, scalar); in build_minus_one_cst() 2402 return build_vector_from_val (type, scalar); in build_zero_cst()
|
H A D | tree-vect-stmts.c | 1505 val = build_vector_from_val (type, val); in vect_init_vector() 2711 mask = build_vector_from_val (masktype, mask); in vect_build_all_ones_mask() 2722 mask = build_vector_from_val (masktype, mask); in vect_build_all_ones_mask() 2748 merge = build_vector_from_val (vectype, merge); in vect_build_zero_merge_argument()
|
H A D | tree-vect-generic.c | 2052 build_vector_from_val (type, slhs)); in expand_vector_operations_1()
|
H A D | fold-const.c | 1885 return build_vector_from_val (type, arg0); in const_unop() 2356 return build_vector_from_val (type, t); in build_zero_vector() 7019 return build_vector_from_val (type, in constant_boolean_node() 15774 tree dup5_cst = build_vector_from_val (type, ssize_int (5)); in test_vec_duplicate_folding()
|
H A D | tree-vect-slp.c | 3807 neutral_vec = build_vector_from_val (vector_type, neutral_op); in vect_get_constant_vectors()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-c.cc | 1108 tree ones_vector = build_vector_from_val (types[0], const1); in resolve_vec_adde_sube() 1194 tree ones_vector = build_vector_from_val (types[0], const1); in resolve_vec_addec_subec()
|
H A D | rs6000-builtin.cc | 2086 tree splat_tree = build_vector_from_val (TREE_TYPE (lhs), splat_value); in rs6000_gimple_fold_builtin() 2128 tree splat_tree = build_vector_from_val (lhs_type, splat); in rs6000_gimple_fold_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 5343 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction() 5357 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction() 5577 tree max_index_vec_rhs = build_vector_from_val (index_vec_type, in vect_create_epilog_for_reduction() 5778 build_vector_from_val (index_type, index_mask)); in vect_create_epilog_for_reduction() 5817 compare_val = build_vector_from_val (index_type, compare_val); in vect_create_epilog_for_reduction() 7744 vec_initial_def = build_vector_from_val (vectype_out, induc_val); in vect_transform_cycle_phi() 8346 = build_vector_from_val (step_vectype, in vectorizable_induction() 8463 = build_vector_from_val (step_vectype, in vectorizable_induction() 8641 new_vec = build_vector_from_val (step_vectype, t); in vectorizable_induction() 8709 new_vec = build_vector_from_val (step_vectype, t); in vectorizable_induction()
|
H A D | tree.cc | 2107 build_vector_from_val (tree vectype, tree sc) in build_vector_from_val() function 2150 return build_vector_from_val (type, sc); in build_uniform_cst() 2161 return build_vector_from_val (type, base); in build_vec_series() 2579 return build_vector_from_val (type, scalar); in build_one_cst() 2634 return build_vector_from_val (type, scalar); in build_minus_one_cst() 2671 return build_vector_from_val (type, scalar); in build_zero_cst()
|
H A D | tree-vect-stmts.cc | 1444 val = build_vector_from_val (type, val); in vect_init_vector() 2745 mask = build_vector_from_val (masktype, mask); in vect_build_all_ones_mask() 2756 mask = build_vector_from_val (masktype, mask); in vect_build_all_ones_mask() 2783 merge = build_vector_from_val (vectype, merge); in vect_build_zero_merge_argument()
|
H A D | tree-vect-generic.cc | 2215 build_vector_from_val (type, slhs)); in expand_vector_operations_1()
|
H A D | fold-const.cc | 1890 return build_vector_from_val (type, arg0); in const_unop() 2380 return build_vector_from_val (type, t); in build_zero_vector() 7112 return build_vector_from_val (type, in constant_boolean_node() 16975 tree dup5_cst = build_vector_from_val (type, ssize_int (5)); in test_vec_duplicate_folding()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 5224 arg2 = build_vector_from_val (vtype, arg2); in build_conditional_expr_1() 5228 arg3 = build_vector_from_val (vtype, arg3); in build_conditional_expr_1() 5247 arg2 = build_vector_from_val (arg3_type, arg2); in build_conditional_expr_1() 5255 arg3 = build_vector_from_val (arg2_type, arg3); in build_conditional_expr_1()
|
H A D | typeck.c | 4649 op0 = build_vector_from_val (type1, op0); in cp_build_binary_op() 4659 op1 = build_vector_from_val (type0, op1); in cp_build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 5455 arg2 = build_vector_from_val (vtype, arg2); in build_conditional_expr() 5459 arg3 = build_vector_from_val (vtype, arg3); in build_conditional_expr() 5478 arg2 = build_vector_from_val (arg3_type, arg2); in build_conditional_expr() 5486 arg3 = build_vector_from_val (arg2_type, arg3); in build_conditional_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 761 tree rhs_vector = build_vector_from_val (vec_type, rhs); in fold()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-base.cc | 761 tree rhs_vector = build_vector_from_val (vec_type, rhs); in fold()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 2984 this->result_ = build_vector_from_val (type, value); in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 3034 this->result_ = build_vector_from_val (type, val); in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 5517 tree zero_vec = build_vector_from_val (vectype, zero); in build_conditional_expr() 11723 op0 = build_vector_from_val (type1, sc); in build_binary_op() 11738 op1 = build_vector_from_val (type0, sc); in build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 5557 tree zero_vec = build_vector_from_val (vectype, zero); in build_conditional_expr() 11935 op0 = build_vector_from_val (type1, sc); in build_binary_op() 11950 op1 = build_vector_from_val (type0, sc); in build_binary_op()
|