Searched refs:build_vector_from_val (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| 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()
|
| 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/ |
| 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()
|
| 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()
|
| 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()
|
| D | tree-vect-generic.cc | 2215 build_vector_from_val (type, slhs)); in expand_vector_operations_1()
|
| 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()
|
| D | tree.h | 4566 extern tree build_vector_from_val (tree, tree);
|
| D | gimple-fold.cc | 8963 tree res, vec = build_vector_from_val (type, op); in gimple_build_vector_from_val()
|
| D | ChangeLog-2010 | 7626 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.
|
| D | ChangeLog-2017 | 2605 * 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.
|
| D | ChangeLog-2012 | 30453 build_vector_from_val. 30454 * tree.c (build_vector_from_val): Avoid creating a constructor
|
| D | ChangeLog-2018 | 35039 (build_vector_from_val): If the number of units is variable,
|
| D | ChangeLog-2011 | 35395 * tree.c (build_vector_from_val): Adjust assert to requirements
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| 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()
|
| D | typeck.cc | 5086 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()
|
| D | ChangeLog-2013 | 2793 build_vector_from_val.
|