Searched refs:TYPE_VECTOR_SUBPARTS (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dtree-vect-generic.c208 int nunits = TYPE_VECTOR_SUBPARTS (type);
280 && TYPE_VECTOR_SUBPARTS (type) >= 4)
H A Dtree-vect-transform.c460 int nunits = TYPE_VECTOR_SUBPARTS (vectype);
1039 bitsize_int (TYPE_VECTOR_SUBPARTS (vectype) - 1),
1901 offset = size_int (TYPE_VECTOR_SUBPARTS (vectype) - 1);
3104 (TYPE_VECTOR_SUBPARTS (STMT_VINFO_VECTYPE (stmt_info))
H A Dprint-tree.c624 fprintf (file, " nunits %d", (int) TYPE_VECTOR_SUBPARTS (node));
H A Dtree-vect-analyze.c187 nunits = TYPE_VECTOR_SUBPARTS (vectype);
H A Dtree.c1204 for (i = TYPE_VECTOR_SUBPARTS (type); --i >= 0; )
4200 return TYPE_VECTOR_SUBPARTS (a->type) == TYPE_VECTOR_SUBPARTS (b->type);
5536 (TYPE_VECTOR_SUBPARTS) and casts from vectors are view conversions,
H A Dc-typeck.c946 val = TYPE_VECTOR_SUBPARTS (t1) == TYPE_VECTOR_SUBPARTS (t2)
5545 build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (constructor_type) - 1);
5709 build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (constructor_type) - 1);
H A Dstor-layout.c1616 int nunits = TYPE_VECTOR_SUBPARTS (type);
H A Dc-common.c1142 if (TYPE_VECTOR_SUBPARTS (t1) == TYPE_VECTOR_SUBPARTS (t2)
H A Dexpr.c4779 return TYPE_VECTOR_SUBPARTS (type);
5349 n_elts = TYPE_VECTOR_SUBPARTS (type);
H A Dtree.h2088 #define TYPE_VECTOR_SUBPARTS(VECTOR_TYPE) \
2077 #define TYPE_VECTOR_SUBPARTS macro
H A Dfold-const.c2132 units = TYPE_VECTOR_SUBPARTS (type);
7191 count = TYPE_VECTOR_SUBPARTS (TREE_TYPE (expr));
7384 count = TYPE_VECTOR_SUBPARTS (type);
11787 < TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg0)))
/freebsd-12-stable/contrib/gcc/cp/
H A Dtypeck2.c806 len = TYPE_VECTOR_SUBPARTS (type);
H A Dtypeck.c1125 if (TYPE_VECTOR_SUBPARTS (t1) != TYPE_VECTOR_SUBPARTS (t2)
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c4729 parms->nregs += TYPE_VECTOR_SUBPARTS (TREE_TYPE (field));
4861 nregs = TYPE_VECTOR_SUBPARTS (TREE_TYPE (field));
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000-c.c2551 return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (types[0]));
H A Drs6000.c7362 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1;
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c3172 && TYPE_VECTOR_SUBPARTS (type) > 1)
3183 if (GET_MODE_NUNITS (mode) == TYPE_VECTOR_SUBPARTS (type)
16451 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1;

Completed in 683 milliseconds