Home
last modified time | relevance | path

Searched refs:scalar_type (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vect-loop.c177 tree scalar_type; in vect_determine_vectorization_factor() local
211 scalar_type = TREE_TYPE (PHI_RESULT (phi)); in vect_determine_vectorization_factor()
216 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_determine_vectorization_factor()
219 vectype = get_vectype_for_scalar_type (scalar_type); in vect_determine_vectorization_factor()
226 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_determine_vectorization_factor()
381 scalar_type = TREE_TYPE (gimple_get_lhs (stmt)); in vect_determine_vectorization_factor()
385 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_determine_vectorization_factor()
387 vectype = get_vectype_for_scalar_type (scalar_type); in vect_determine_vectorization_factor()
394 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_determine_vectorization_factor()
405 scalar_type = vect_get_smallest_scalar_type (stmt, &dummy, in vect_determine_vectorization_factor()
[all …]
H A Dtree-vect-stmts.c2906 vect_supportable_shift (enum tree_code code, tree scalar_type) in vect_supportable_shift() argument
2914 vectype = get_vectype_for_scalar_type (scalar_type); in vect_supportable_shift()
5255 tree scalar_type, vectype; in vect_analyze_stmt() local
5376 scalar_type = TREE_TYPE (gimple_get_lhs (stmt)); in vect_analyze_stmt()
5380 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_analyze_stmt()
5383 vectype = get_vectype_for_scalar_type (scalar_type); in vect_analyze_stmt()
5389 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_analyze_stmt()
5761 get_vectype_for_scalar_type_and_size (tree scalar_type, unsigned size) in get_vectype_for_scalar_type_and_size() argument
5763 enum machine_mode inner_mode = TYPE_MODE (scalar_type); in get_vectype_for_scalar_type_and_size()
5782 if (INTEGRAL_TYPE_P (scalar_type) in get_vectype_for_scalar_type_and_size()
[all …]
H A Dtree-vect-data-refs.c106 tree scalar_type = gimple_expr_type (stmt); in vect_get_smallest_scalar_type() local
109 lhs = rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type)); in vect_get_smallest_scalar_type()
120 scalar_type = rhs_type; in vect_get_smallest_scalar_type()
125 return scalar_type; in vect_get_smallest_scalar_type()
2050 tree scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_group_access() local
2051 HOST_WIDE_INT type_size = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type)); in vect_analyze_group_access()
2259 print_generic_expr (vect_dump, TYPE_SIZE_UNIT (scalar_type), in vect_analyze_group_access()
2313 tree scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_data_ref_access() local
2366 if (!tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type)) in vect_analyze_data_ref_access()
2368 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
[all …]
H A Dtree-vect-slp.c463 tree vectype, scalar_type, first_op1 = NULL_TREE; in vect_build_slp_tree() local
545 scalar_type = vect_get_smallest_scalar_type (stmt, &dummy, &dummy); in vect_build_slp_tree()
546 vectype = get_vectype_for_scalar_type (scalar_type); in vect_build_slp_tree()
552 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_build_slp_tree()
1459 tree vectype, scalar_type = NULL_TREE; in vect_analyze_slp_instance() local
1474 scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_slp_instance()
1475 vectype = get_vectype_for_scalar_type (scalar_type); in vect_analyze_slp_instance()
1497 print_generic_expr (vect_dump, scalar_type, TDF_SLIM); in vect_analyze_slp_instance()
H A Dgimplify.c4807 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); in gimplify_scalar_mode_aggregate_compare() local
4809 op0 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op0); in gimplify_scalar_mode_aggregate_compare()
4810 op1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op1); in gimplify_scalar_mode_aggregate_compare()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vect-loop.c190 tree scalar_type = NULL_TREE; in vect_determine_vectorization_factor() local
228 scalar_type = TREE_TYPE (PHI_RESULT (phi)); in vect_determine_vectorization_factor()
234 dump_generic_expr (MSG_NOTE, TDF_SLIM, scalar_type); in vect_determine_vectorization_factor()
238 vectype = get_vectype_for_scalar_type (scalar_type); in vect_determine_vectorization_factor()
247 scalar_type); in vect_determine_vectorization_factor()
432 scalar_type = TREE_TYPE (gimple_call_arg (stmt, 3)); in vect_determine_vectorization_factor()
434 scalar_type = TREE_TYPE (gimple_get_lhs (stmt)); in vect_determine_vectorization_factor()
439 if (VECT_SCALAR_BOOLEAN_TYPE_P (scalar_type) in vect_determine_vectorization_factor()
452 scalar_type = TREE_TYPE (gimple_assign_rhs1 (stmt)); in vect_determine_vectorization_factor()
468 dump_generic_expr (MSG_NOTE, TDF_SLIM, scalar_type); in vect_determine_vectorization_factor()
[all …]
H A Dtree-vect-slp.c639 tree vectype = NULL_TREE, scalar_type, first_op1 = NULL_TREE; in vect_build_slp_tree_1() local
688 scalar_type = vect_get_smallest_scalar_type (stmt, &dummy, &dummy); in vect_build_slp_tree_1()
689 vectype = get_vectype_for_scalar_type (scalar_type); in vect_build_slp_tree_1()
1135 tree scalar_type = TREE_TYPE (PHI_RESULT (stmt)); in vect_build_slp_tree_2() local
1136 tree vectype = get_vectype_for_scalar_type (scalar_type); in vect_build_slp_tree_2()
2144 tree vectype, scalar_type = NULL_TREE; in vect_analyze_slp_instance() local
2155 scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_slp_instance()
2156 vectype = get_vectype_for_scalar_type (scalar_type); in vect_analyze_slp_instance()
2179 dump_generic_expr (MSG_MISSED_OPTIMIZATION, TDF_SLIM, scalar_type); in vect_analyze_slp_instance()
2764 tree scalar_type = TREE_TYPE (gimple_get_lhs (stmt)); in vect_slp_analyze_node_operations() local
[all …]
H A Dtree-vect-stmts.c5211 vect_supportable_shift (enum tree_code code, tree scalar_type) in vect_supportable_shift() argument
5219 vectype = get_vectype_for_scalar_type (scalar_type); in vect_supportable_shift()
8524 tree scalar_type = TREE_TYPE (lhs); in vect_is_simple_cond() local
8526 if (INTEGRAL_TYPE_P (scalar_type) in vect_is_simple_cond()
8527 && tree_int_cst_lt (TYPE_SIZE (scalar_type), in vect_is_simple_cond()
8529 scalar_type = build_nonstandard_integer_type in vect_is_simple_cond()
8531 TYPE_UNSIGNED (scalar_type)); in vect_is_simple_cond()
8532 *comp_vectype = get_vectype_for_scalar_type (scalar_type); in vect_is_simple_cond()
9796 get_vectype_for_scalar_type_and_size (tree scalar_type, poly_uint64 size) in get_vectype_for_scalar_type_and_size() argument
9798 tree orig_scalar_type = scalar_type; in get_vectype_for_scalar_type_and_size()
[all …]
H A Dtree-vect-data-refs.c123 tree scalar_type = gimple_expr_type (stmt); in vect_get_smallest_scalar_type() local
128 if (!tree_fits_uhwi_p (TYPE_SIZE_UNIT (scalar_type))) in vect_get_smallest_scalar_type()
129 return scalar_type; in vect_get_smallest_scalar_type()
131 lhs = rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type)); in vect_get_smallest_scalar_type()
145 scalar_type = rhs_type; in vect_get_smallest_scalar_type()
150 return scalar_type; in vect_get_smallest_scalar_type()
2482 tree scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_group_access_1() local
2483 HOST_WIDE_INT type_size = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type)); in vect_analyze_group_access_1()
2744 tree scalar_type = TREE_TYPE (DR_REF (dr)); in vect_analyze_data_ref_access() local
2803 if (!tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type)) in vect_analyze_data_ref_access()
[all …]
H A Dgimplify.c5877 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); in gimplify_scalar_mode_aggregate_compare() local
5879 op0 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op0); in gimplify_scalar_mode_aggregate_compare()
5880 op1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op1); in gimplify_scalar_mode_aggregate_compare()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalarith.c1358 struct type *eltype, *scalar_type; in value_vector_widen() local
1374 scalar_type = check_typedef (value_type (scalar_value)); in value_vector_widen()
1378 if (TYPE_LENGTH (eltype) < TYPE_LENGTH (scalar_type) in value_vector_widen()