Searched refs:TYPE_VECTOR_SUBPARTS (Results 1 – 22 of 22) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-vect-generic.c | 208 int nunits = TYPE_VECTOR_SUBPARTS (type); in expand_vector_piecewise() 280 && TYPE_VECTOR_SUBPARTS (type) >= 4) in expand_vector_addition()
|
H A D | tree-vect-transform.c | 460 int nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_get_vec_def_for_operand() 1039 bitsize_int (TYPE_VECTOR_SUBPARTS (vectype) - 1), in vect_create_epilog_for_reduction() 1901 offset = size_int (TYPE_VECTOR_SUBPARTS (vectype) - 1); in vectorizable_load() 3104 (TYPE_VECTOR_SUBPARTS (STMT_VINFO_VECTYPE (stmt_info)) in vect_transform_loop()
|
H A D | print-tree.c | 621 fprintf (file, " nunits %d", (int) TYPE_VECTOR_SUBPARTS (node)); in print_node()
|
H A D | tree-vect-analyze.c | 186 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_determine_vectorization_factor()
|
H A D | c-typeck.c | 921 val = TYPE_VECTOR_SUBPARTS (t1) == TYPE_VECTOR_SUBPARTS (t2) in comptypes_internal() 5180 build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (constructor_type) - 1); in really_start_incremental_init() 5337 build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (constructor_type) - 1); in push_init_level()
|
H A D | stor-layout.c | 1611 int nunits = TYPE_VECTOR_SUBPARTS (type); in layout_type()
|
H A D | tree.c | 1192 for (i = TYPE_VECTOR_SUBPARTS (type); --i >= 0; ) in build_one_cst() 4172 return TYPE_VECTOR_SUBPARTS (a->type) == TYPE_VECTOR_SUBPARTS (b->type); in type_hash_eq()
|
H A D | fold-const.c | 2119 units = TYPE_VECTOR_SUBPARTS (type); in build_zero_vector() 7140 count = TYPE_VECTOR_SUBPARTS (TREE_TYPE (expr)); in native_encode_vector() 7333 count = TYPE_VECTOR_SUBPARTS (type); in native_interpret_vector() 11731 < TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg0))) in fold_ternary()
|
H A D | expr.c | 4772 return TYPE_VECTOR_SUBPARTS (type); in count_type_elements() 5339 n_elts = TYPE_VECTOR_SUBPARTS (type); in store_constructor()
|
H A D | tree.h | 2047 #define TYPE_VECTOR_SUBPARTS(VECTOR_TYPE) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck2.c | 757 len = TYPE_VECTOR_SUBPARTS (type);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck2.c | 802 len = TYPE_VECTOR_SUBPARTS (type); in process_init_constructor_array()
|
H A D | typeck.c | 1091 if (TYPE_VECTOR_SUBPARTS (t1) != TYPE_VECTOR_SUBPARTS (t2) in comptypes()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | tree.h | 1160 #define TYPE_VECTOR_SUBPARTS(VECTOR_TYPE) \ macro
|
H A D | c-typeck.c | 5276 build_int_2 (TYPE_VECTOR_SUBPARTS (constructor_type) - 1, 0); 5425 build_int_2 (TYPE_VECTOR_SUBPARTS (constructor_type) - 1, 0);
|
H A D | tree.c | 4691 tree index = build_int_2 (TYPE_VECTOR_SUBPARTS (t) - 1, 0);
|
H A D | c-common.c | 6354 index = build_int_2 (TYPE_VECTOR_SUBPARTS (new_type) - 1, 0);
|
H A D | ChangeLog.3 | 487 (TYPE_VECTOR_SUBPARTS): New macro.
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 4720 parms->nregs += TYPE_VECTOR_SUBPARTS (TREE_TYPE (field)); in function_arg_record_value_1() 4852 nregs = TYPE_VECTOR_SUBPARTS (TREE_TYPE (field)); in function_arg_record_value_2()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000-c.c | 2557 return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (types[0])); in altivec_resolve_overloaded_builtin()
|
H A D | rs6000.c | 7313 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1; in get_element_number()
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 2834 && TYPE_VECTOR_SUBPARTS (type) > 1) in type_natural_mode() 2845 if (GET_MODE_NUNITS (mode) == TYPE_VECTOR_SUBPARTS (type) in type_natural_mode() 16014 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1; in get_element_number()
|