Home
last modified time | relevance | path

Searched refs:innertype (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc9088 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() argument
9091 tree mv_innertype = TYPE_MAIN_VARIANT (innertype); in make_vector_type()
9100 else if ((TYPE_CANONICAL (mv_innertype) != innertype in make_vector_type()
9113 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type()
9114 && TREE_TYPE (t) != innertype) in make_vector_type()
9116 TYPE_ATTRIBUTES (innertype), in make_vector_type()
9117 TYPE_QUALS (innertype)); in make_vector_type()
10021 build_vector_type_for_mode (tree innertype, machine_mode mode) in build_vector_type_for_mode() argument
10041 gcc_assert (bitsize % TREE_INT_CST_LOW (TYPE_SIZE (innertype)) == 0); in build_vector_type_for_mode()
10042 nunits = bitsize / TREE_INT_CST_LOW (TYPE_SIZE (innertype)); in build_vector_type_for_mode()
[all …]
H A Dstor-layout.cc2420 tree innertype = TREE_TYPE (type); in layout_type() local
2425 mode_for_vector (SCALAR_TYPE_MODE (innertype), in layout_type()
2437 TYPE_SIZE_UNIT (innertype), in layout_type()
H A DChangeLog-20066832 of the innertype is the innertype itself.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c9998 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() argument
10001 tree mv_innertype = TYPE_MAIN_VARIANT (innertype); in make_vector_type()
10010 else if ((TYPE_CANONICAL (mv_innertype) != innertype in make_vector_type()
10023 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type()
10024 && TREE_TYPE (t) != innertype) in make_vector_type()
10026 TYPE_ATTRIBUTES (innertype), in make_vector_type()
10027 TYPE_QUALS (innertype)); in make_vector_type()
10910 build_vector_type_for_mode (tree innertype, machine_mode mode) in build_vector_type_for_mode() argument
10930 gcc_assert (bitsize % TREE_INT_CST_LOW (TYPE_SIZE (innertype)) == 0); in build_vector_type_for_mode()
10931 nunits = bitsize / TREE_INT_CST_LOW (TYPE_SIZE (innertype)); in build_vector_type_for_mode()
[all …]
H A Dstor-layout.c2404 tree innertype = TREE_TYPE (type); in layout_type() local
2409 mode_for_vector (SCALAR_TYPE_MODE (innertype), in layout_type()
2421 TYPE_SIZE_UNIT (innertype), in layout_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c8467 const_tree innertype = TREE_TYPE (inner); in convert_template_argument() local
8468 if (innertype in convert_template_argument()
8469 && TYPE_REF_P (innertype) in convert_template_argument()
8470 && TREE_CODE (TREE_TYPE (innertype)) == FUNCTION_TYPE in convert_template_argument()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc8697 const_tree innertype = TREE_TYPE (inner); in convert_template_argument() local
8698 if (innertype in convert_template_argument()
8699 && TYPE_REF_P (innertype) in convert_template_argument()
8700 && TREE_CODE (TREE_TYPE (innertype)) == FUNCTION_TYPE in convert_template_argument()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c16886 tree innertype = make_signed_type (GET_MODE_PRECISION (SImode)); in aarch64_gimplify_va_arg_expr() local
16887 field_t = build_vector_type_for_mode (innertype, ag_mode); in aarch64_gimplify_va_arg_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc19990 tree innertype = make_signed_type (GET_MODE_PRECISION (SImode)); in aarch64_gimplify_va_arg_expr() local
19991 field_t = build_vector_type_for_mode (innertype, ag_mode); in aarch64_gimplify_va_arg_expr()