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

/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-analyze.c104 tree scalar_type; local
149 scalar_type = TREE_TYPE (vectype);
154 scalar_type =
157 scalar_type = TREE_TYPE (TREE_OPERAND (stmt, 0));
159 scalar_type = TREE_TYPE (stmt);
164 print_generic_expr (vect_dump, scalar_type, TDF_SLIM);
167 vectype = get_vectype_for_scalar_type (scalar_type);
174 print_generic_expr (vect_dump, scalar_type, TDF_SLIM);
205 gcc_assert (GET_MODE_SIZE (TYPE_MODE (scalar_type))
1325 tree scalar_type local
1389 tree scalar_type; local
[all...]
H A Dtree-vect-transform.c144 tree scalar_type = TREE_TYPE (ref); local
145 tree scalar_ptr_type = build_pointer_type (scalar_type);
776 tree scalar_type; local
884 scalar_type = TREE_TYPE (scalar_dest);
886 bitsize = TYPE_SIZE (scalar_type);
887 bytesize = TYPE_SIZE_UNIT (scalar_type);
993 rhs = build3 (BIT_FIELD_REF, scalar_type, vec_temp, bitsize,
995 BIT_FIELD_REF_UNSIGNED (rhs) = TYPE_UNSIGNED (scalar_type);
996 epilog_stmt = build2 (MODIFY_EXPR, scalar_type, new_scalar_dest, rhs);
1006 tree rhs = build3 (BIT_FIELD_REF, scalar_type, vec_tem
1152 tree scalar_type; local
[all...]
H A Dtree-vectorizer.c1550 get_vectype_for_scalar_type (tree scalar_type)
1552 enum machine_mode inner_mode = TYPE_MODE (scalar_type);
1564 vectype = build_vector_type (scalar_type, nunits);
1568 print_generic_expr (vect_dump, scalar_type, TDF_SLIM);
1549 get_vectype_for_scalar_type(tree scalar_type) argument
H A Dgimplify.c3656 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1);
3658 op0 = fold_build1 (VIEW_CONVERT_EXPR, scalar_type, op0);
3659 op1 = fold_build1 (VIEW_CONVERT_EXPR, scalar_type, op1);
3655 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); local

Completed in 181 milliseconds