Home
last modified time | relevance | path

Searched refs:max_nunits (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.c133 node->max_nunits = 1; in vect_create_new_slp_node()
159 node->max_nunits = 1; in vect_create_new_slp_node()
829 nunits_vectype, max_nunits))) in vect_build_slp_tree_1()
1181 poly_uint64 *max_nunits,
1188 poly_uint64 *max_nunits, in vect_build_slp_tree() argument
1200 vect_update_max_nunits (max_nunits, (*leader)->max_nunits); in vect_build_slp_tree()
1210 res->max_nunits = this_max_nunits; in vect_build_slp_tree()
1229 poly_uint64 *max_nunits, in vect_build_slp_tree_2() argument
1307 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
1588 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
[all …]
H A Dtree-vect-slp.cc113 this->max_nunits = 1; in _slp_tree()
1494 poly_uint64 *max_nunits,
1501 poly_uint64 *max_nunits, in vect_build_slp_tree() argument
1513 vect_update_max_nunits (max_nunits, (*leader)->max_nunits); in vect_build_slp_tree()
1637 poly_uint64 *max_nunits, in vect_build_slp_tree_2() argument
1667 max_nunits)) in vect_build_slp_tree_2()
1731 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
2122 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
2398 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
3042 poly_uint64 max_nunits = 1; in vect_build_slp_instance() local
[all …]
H A Dtree-vectorizer.h198 poly_uint64 max_nunits; member
1973 vect_update_max_nunits (poly_uint64 *max_nunits, poly_uint64 nunits)
1978 *max_nunits = force_common_multiple (*max_nunits, nunits);
1986 vect_update_max_nunits (poly_uint64 *max_nunits, tree vectype)
1988 vect_update_max_nunits (max_nunits, TYPE_VECTOR_SUBPARTS (vectype));
H A DChangeLog-201915987 * tree-vectorizer.h (_slp_tree::max_nunits): Add.
15990 (vect_build_slp_tree): Record max_nunits into the subtree
15992 (vect_print_slp_tree): Print max_nunits.
H A DChangeLog-201835741 (vect_build_slp_tree_2, vect_build_slp_tree): Change max_nunits
35744 (vect_analyze_slp_instance): Use it. Track polynomial max_nunits.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c133 node->max_nunits = 1; in vect_create_new_slp_node()
159 node->max_nunits = 1; in vect_create_new_slp_node()
829 nunits_vectype, max_nunits))) in vect_build_slp_tree_1()
1181 poly_uint64 *max_nunits,
1188 poly_uint64 *max_nunits, in vect_build_slp_tree() argument
1200 vect_update_max_nunits (max_nunits, (*leader)->max_nunits); in vect_build_slp_tree()
1210 res->max_nunits = this_max_nunits; in vect_build_slp_tree()
1229 poly_uint64 *max_nunits, in vect_build_slp_tree_2() argument
1307 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
1588 *max_nunits = this_max_nunits; in vect_build_slp_tree_2()
[all …]
H A Dtree-vectorizer.h140 poly_uint64 max_nunits; member
1564 vect_update_max_nunits (poly_uint64 *max_nunits, poly_uint64 nunits)
1569 *max_nunits = force_common_multiple (*max_nunits, nunits);
1577 vect_update_max_nunits (poly_uint64 *max_nunits, tree vectype)
1579 vect_update_max_nunits (max_nunits, TYPE_VECTOR_SUBPARTS (vectype));