Home
last modified time | relevance | path

Searched refs:TYPE_VECTOR_SUBPARTS (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-vect-generic.c208 int nunits = TYPE_VECTOR_SUBPARTS (type); in expand_vector_piecewise()
280 && TYPE_VECTOR_SUBPARTS (type) >= 4) in expand_vector_addition()
H A Dtree-vect-transform.c460 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 Dprint-tree.c621 fprintf (file, " nunits %d", (int) TYPE_VECTOR_SUBPARTS (node)); in print_node()
H A Dtree-vect-analyze.c186 nunits = TYPE_VECTOR_SUBPARTS (vectype); in vect_determine_vectorization_factor()
H A Dc-typeck.c921 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 Dstor-layout.c1611 int nunits = TYPE_VECTOR_SUBPARTS (type); in layout_type()
H A Dtree.c1192 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 Dfold-const.c2119 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 Dexpr.c4772 return TYPE_VECTOR_SUBPARTS (type); in count_type_elements()
5339 n_elts = TYPE_VECTOR_SUBPARTS (type); in store_constructor()
H A Dtree.h2047 #define TYPE_VECTOR_SUBPARTS(VECTOR_TYPE) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c757 len = TYPE_VECTOR_SUBPARTS (type);
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck2.c802 len = TYPE_VECTOR_SUBPARTS (type); in process_init_constructor_array()
H A Dtypeck.c1091 if (TYPE_VECTOR_SUBPARTS (t1) != TYPE_VECTOR_SUBPARTS (t2) in comptypes()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.h1160 #define TYPE_VECTOR_SUBPARTS(VECTOR_TYPE) \ macro
H A Dc-typeck.c5276 build_int_2 (TYPE_VECTOR_SUBPARTS (constructor_type) - 1, 0);
5425 build_int_2 (TYPE_VECTOR_SUBPARTS (constructor_type) - 1, 0);
H A Dtree.c4691 tree index = build_int_2 (TYPE_VECTOR_SUBPARTS (t) - 1, 0);
H A Dc-common.c6354 index = build_int_2 (TYPE_VECTOR_SUBPARTS (new_type) - 1, 0);
H A DChangeLog.3487 (TYPE_VECTOR_SUBPARTS): New macro.
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4720 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 Drs6000-c.c2557 return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (types[0])); in altivec_resolve_overloaded_builtin()
H A Drs6000.c7313 unsigned HOST_WIDE_INT elt, max = TYPE_VECTOR_SUBPARTS (vec_type) - 1; in get_element_number()
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c2834 && 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()