Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-slp.cc113 this->max_nunits = 1; in _slp_tree()
863 tree vectype, poly_uint64 *max_nunits) in vect_record_max_nunits() argument
889 vect_update_max_nunits (max_nunits, vectype); in vect_record_max_nunits()
910 poly_uint64 *max_nunits, bool *matches, in vect_build_slp_tree_1() argument
989 nunits_vectype, max_nunits)) in vect_build_slp_tree_1()
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()
1578 res->max_nunits = this_max_nunits; in vect_build_slp_tree()
1579 vect_update_max_nunits (max_nunits, this_max_nunits); in vect_build_slp_tree()
[all …]
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));
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.
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.