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

/haiku-buildtools/gcc/gcc/
H A Dtree.c9559 make_vector_type (tree innertype, int nunits, machine_mode mode)
9565 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype);
9569 if (TYPE_STRUCTURAL_EQUALITY_P (innertype))
9571 else if (TYPE_CANONICAL (innertype) != innertype
9574 = make_vector_type (TYPE_CANONICAL (innertype), nunits, VOIDmode);
9586 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype))
9587 && TREE_TYPE (t) != innertype)
9589 TYPE_ATTRIBUTES (innertype),
9530 make_vector_type(tree innertype, int nunits, machine_mode mode) argument
10327 build_vector_type_for_mode(tree innertype, machine_mode mode) argument
10362 build_vector_type(tree innertype, int nunits) argument
10370 build_opaque_vector_type(tree innertype, int nunits) argument
[all...]
H A Dstor-layout.c2218 tree innertype = TREE_TYPE (type);
2225 mode_for_vector (TYPE_MODE (innertype), nunits));
2230 TYPE_SIZE_UNIT (innertype),
2232 TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype),
2213 tree innertype = TREE_TYPE (type); local
H A Dtree.h3814 extern tree build_vector_type (tree innertype, int nunits);
3815 extern tree build_opaque_vector_type (tree innertype, int nunits);
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c7570 tree innertype = make_signed_type (GET_MODE_PRECISION (SImode)); local
7571 field_t = build_vector_type_for_mode (innertype, ag_mode);

Completed in 258 milliseconds