Searched refs:innertype (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.c | 9089 make_vector_type (tree innertype, int nunits, enum machine_mode mode) in make_vector_type() argument 9095 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype); in make_vector_type() 9099 if (TYPE_STRUCTURAL_EQUALITY_P (innertype)) in make_vector_type() 9101 else if (TYPE_CANONICAL (innertype) != innertype in make_vector_type() 9104 = make_vector_type (TYPE_CANONICAL (innertype), nunits, VOIDmode); in make_vector_type() 9116 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type() 9117 && TREE_TYPE (t) != innertype) in make_vector_type() 9119 TYPE_ATTRIBUTES (innertype), in make_vector_type() 9120 TYPE_QUALS (innertype)); in make_vector_type() 9784 build_vector_type_for_mode (tree innertype, enum machine_mode mode) in build_vector_type_for_mode() argument [all …]
|
| HD | stor-layout.c | 2094 tree innertype = TREE_TYPE (type); in layout_type() local 2101 mode_for_vector (TYPE_MODE (innertype), nunits)); in layout_type() 2106 TYPE_SIZE_UNIT (innertype), in layout_type() 2108 TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype), in layout_type()
|
| HD | tree.h | 4389 extern tree build_vector_type (tree innertype, int nunits); 4390 extern tree build_opaque_vector_type (tree innertype, int nunits);
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree.c | 9574 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() argument 9577 tree mv_innertype = TYPE_MAIN_VARIANT (innertype); in make_vector_type() 9586 else if ((TYPE_CANONICAL (mv_innertype) != innertype in make_vector_type() 9599 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type() 9600 && TREE_TYPE (t) != innertype) in make_vector_type() 9602 TYPE_ATTRIBUTES (innertype), in make_vector_type() 9603 TYPE_QUALS (innertype)); in make_vector_type() 10469 build_vector_type_for_mode (tree innertype, machine_mode mode) in build_vector_type_for_mode() argument 10489 gcc_assert (bitsize % TREE_INT_CST_LOW (TYPE_SIZE (innertype)) == 0); in build_vector_type_for_mode() 10490 nunits = bitsize / TREE_INT_CST_LOW (TYPE_SIZE (innertype)); in build_vector_type_for_mode() [all …]
|
| HD | stor-layout.c | 2352 tree innertype = TREE_TYPE (type); in layout_type() local 2357 mode_for_vector (SCALAR_TYPE_MODE (innertype), in layout_type() 2369 TYPE_SIZE_UNIT (innertype), in layout_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 8034 const_tree innertype = TREE_TYPE (inner); in convert_template_argument() local 8035 if (innertype in convert_template_argument() 8036 && TREE_CODE (innertype) == REFERENCE_TYPE in convert_template_argument() 8037 && TREE_CODE (TREE_TYPE (innertype)) == FUNCTION_TYPE in convert_template_argument()
|