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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-transform.c259 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
277 print_generic_expr (vect_dump, vectype, TDF_SLIM);
291 vect_ptr_type = build_pointer_type (vectype);
323 /* Create: p = (vectype *) initial_base */
350 fold_convert (vect_ptr_type, TYPE_SIZE_UNIT (vectype)),
376 vect_create_destination_var (tree scalar_dest, tree vectype) argument
383 kind = vectype ? vect_simple_var : vect_scalar_var;
384 type = vectype ? vectype : TREE_TYPE (scalar_dest);
412 tree vectype local
459 tree vectype = STMT_VINFO_VECTYPE (stmt_vinfo); local
646 tree vectype = STMT_VINFO_VECTYPE (stmt_vinfo); local
770 tree vectype; local
1140 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
1383 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
1480 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
1664 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
1766 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
2086 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
2672 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
[all...]
H A Dtree-vect-analyze.c118 tree vectype; local
148 vectype = STMT_VINFO_VECTYPE (stmt_info);
149 scalar_type = TREE_TYPE (vectype);
163 fprintf (vect_dump, "get vectype for scalar type: ");
167 vectype = get_vectype_for_scalar_type (scalar_type);
168 if (!vectype)
178 STMT_VINFO_VECTYPE (stmt_info) = vectype;
183 fprintf (vect_dump, "vectype: ");
184 print_generic_expr (vect_dump, vectype, TDF_SLIM);
187 nunits = TYPE_VECTOR_SUBPARTS (vectype);
715 tree vectype; local
925 tree vectype = STMT_VINFO_VECTYPE (stmt_info); local
1214 tree vectype; local
[all...]
H A Dtree-vectorizer.h195 tree vectype; member in struct:_stmt_vec_info
237 #define STMT_VINFO_VECTYPE(S) (S)->vectype
H A Dtree-vectorizer.c1555 tree vectype;
1564 vectype = build_vector_type (scalar_type, nunits);
1567 fprintf (vect_dump, "get vectype with %d units of type ", nunits);
1571 if (!vectype)
1576 fprintf (vect_dump, "vectype: ");
1577 print_generic_expr (vect_dump, vectype, TDF_SLIM);
1580 if (!VECTOR_MODE_P (TYPE_MODE (vectype))
1581 && !INTEGRAL_MODE_P (TYPE_MODE (vectype)))
1588 return vectype;
1600 tree vectype
1554 tree vectype; local
1599 tree vectype = STMT_VINFO_VECTYPE (vinfo_for_stmt (DR_STMT (dr))); local
[all...]
H A Dcgraphunit.c1641 tree vectype, decl = vnode->decl; local
1646 vectype = get_vectype_for_scalar_type (TREE_TYPE (TREE_TYPE (decl)));
1647 if (!vectype)
1649 alignment = TYPE_ALIGN (vectype);
1655 DECL_ALIGN (decl) = TYPE_ALIGN (vectype);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c315 struct neon_type vectype; member in struct:arm_it
330 struct neon_type_el vectype; member in struct:arm_it::__anon446
1203 parse_neon_operand_type (struct neon_type_el *vectype, char **ccp)
1213 *vectype = optype.el[0];
1359 enum arm_reg_type *rtype, struct neon_type_el *vectype)
1375 if (vectype)
1376 *vectype = atype.eltype;
5110 inst.operands[i].vectype = optype;
5135 inst.operands[i].vectype = optype;
5186 inst.operands[i].vectype
1201 parse_neon_operand_type(struct neon_type_el *vectype, char **ccp) argument
1356 arm_typed_reg_parse(char **ccp, enum arm_reg_type type, enum arm_reg_type *rtype, struct neon_type_el *vectype) argument
[all...]

Completed in 172 milliseconds