Searched refs:innertype (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree.c6433 make_vector_type (tree innertype, int nunits, enum machine_mode mode)
6440 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype))
6441 && TYPE_MAIN_VARIANT (innertype) != innertype)
6443 make_vector_type (TYPE_MAIN_VARIANT (innertype), nunits, mode),
6444 TYPE_ATTRIBUTES (innertype),
6445 TYPE_QUALS (innertype));
6448 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype);
6451 TYPE_READONLY (t) = TYPE_READONLY (innertype);
6403 make_vector_type(tree innertype, int nunits, enum machine_mode mode) argument
6872 build_vector_type_for_mode(tree innertype, enum machine_mode mode) argument
6903 build_vector_type(tree innertype, int nunits) argument
[all...]
H A Dstor-layout.c1618 tree innertype = TREE_TYPE (type);
1625 enum machine_mode innermode = TYPE_MODE (innertype);
1654 TYPE_SIZE_UNIT (innertype),
1656 TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype),
1613 tree innertype = TREE_TYPE (type); local
H A Dtree.h3622 extern tree build_vector_type (tree innertype, int nunits);

Completed in 149 milliseconds