Home
last modified time | relevance | path

Searched refs:build_vector_from_val (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-c.cc1108 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()
Drs6000-builtin.cc2086 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/
Dtree-vect-loop.cc5343 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()
Dtree.cc2107 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()
Dtree-vect-stmts.cc1444 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()
Dtree-vect-generic.cc2215 build_vector_from_val (type, slhs)); in expand_vector_operations_1()
Dfold-const.cc1890 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()
Dtree.h4566 extern tree build_vector_from_val (tree, tree);
Dgimple-fold.cc8963 tree res, vec = build_vector_from_val (type, op); in gimple_build_vector_from_val()
DChangeLog-20107626 build_vector_from_val.
7640 * tree.c (build_vector_from_val): Use useless_type_conversion_p.
7731 * fold-const.c (build_zero_vector): Use build_vector_from_val.
7737 (build_vector_from_val): Use types_compatible_p for assert.
7822 * tree.h (build_vector_from_val): Declare.
7823 * tree.c (build_vector_from_val): New function.
DChangeLog-20172605 * tree.c (build_vector_from_val): Add stubbed-out handling of
3813 (build_vector_from_val): Likewise. Explicitly use a duplicate
9161 * expmed.c (make_tree): Use build_vector_from_val for a CONST
15127 (build_vector_from_val): Likewise.
DChangeLog-201230453 build_vector_from_val.
30454 * tree.c (build_vector_from_val): Avoid creating a constructor
DChangeLog-201835039 (build_vector_from_val): If the number of units is variable,
DChangeLog-201135395 * tree.c (build_vector_from_val): Adjust assert to requirements
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc5455 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()
Dtypeck.cc5086 op0 = build_vector_from_val (type1, op0); in cp_build_binary_op()
5096 op1 = build_vector_from_val (type0, op1); in cp_build_binary_op()
DChangeLog-20132793 build_vector_from_val.