Searched refs:scalar_type (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-vect-loop.c222 tree scalar_type; local
259 scalar_type = TREE_TYPE (PHI_RESULT (phi));
265 dump_generic_expr (MSG_NOTE, TDF_SLIM, scalar_type);
269 vectype = get_vectype_for_scalar_type (scalar_type);
278 scalar_type);
468 scalar_type = TREE_TYPE (gimple_call_arg (stmt, 3));
470 scalar_type = TREE_TYPE (gimple_get_lhs (stmt));
475 dump_generic_expr (MSG_NOTE, TDF_SLIM, scalar_type);
478 vectype = get_vectype_for_scalar_type (scalar_type);
487 scalar_type);
3743 tree scalar_type = TREE_TYPE (init_val); local
3958 tree scalar_type; variable
4850 tree scalar_type; local
[all...]
H A Dtree-vect-stmts.c4198 vect_supportable_shift (enum tree_code code, tree scalar_type) argument
4206 vectype = get_vectype_for_scalar_type (scalar_type);
7016 tree scalar_type, vectype; local
7145 scalar_type = TREE_TYPE (gimple_get_lhs (stmt));
7150 dump_generic_expr (MSG_NOTE, TDF_SLIM, scalar_type);
7154 vectype = get_vectype_for_scalar_type (scalar_type);
7162 scalar_type);
7570 get_vectype_for_scalar_type_and_size (tree scalar_type, unsigned size) argument
7572 machine_mode inner_mode = TYPE_MODE (scalar_type);
7591 if (INTEGRAL_TYPE_P (scalar_type)
7643 get_vectype_for_scalar_type(tree scalar_type) argument
7660 get_same_sized_vectype(tree scalar_type, tree vector_type) argument
[all...]
H A Dtree-vect-data-refs.c157 tree scalar_type = gimple_expr_type (stmt); local
160 lhs = rhs = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type));
172 scalar_type = rhs_type;
177 return scalar_type;
2031 tree scalar_type = TREE_TYPE (DR_REF (dr)); local
2032 HOST_WIDE_INT type_size = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (scalar_type));
2240 TYPE_SIZE_UNIT (scalar_type));
2295 tree scalar_type = TREE_TYPE (DR_REF (dr)); local
2350 if (!tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type))
2352 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type),
3236 tree scalar_type; local
[all...]
H A Dtree-vect-slp.c482 tree vectype, scalar_type, first_op1 = NULL_TREE; local
553 scalar_type = vect_get_smallest_scalar_type (stmt, &dummy, &dummy);
554 vectype = get_vectype_for_scalar_type (scalar_type);
562 scalar_type);
1549 tree vectype, scalar_type = NULL_TREE; local
1562 scalar_type = TREE_TYPE (DR_REF (dr));
1563 vectype = get_vectype_for_scalar_type (scalar_type);
1586 dump_generic_expr (MSG_MISSED_OPTIMIZATION, TDF_SLIM, scalar_type);
H A Dgimplify.c4813 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1);
4815 op0 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op0);
4816 op1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op1);
4810 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c839 gfc_build_complex_type (tree scalar_type)
843 if (scalar_type == NULL)
845 if (scalar_type == float_type_node)
847 if (scalar_type == double_type_node)
849 if (scalar_type == long_double_type_node)
853 TREE_TYPE (new_type) = scalar_type;
838 gfc_build_complex_type(tree scalar_type) argument

Completed in 235 milliseconds