Searched refs:max_nunits (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.c | 133 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 D | tree-vect-slp.cc | 113 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 D | tree-vectorizer.h | 198 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 D | ChangeLog-2019 | 15987 * 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 D | ChangeLog-2018 | 35741 (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 D | tree-vect-slp.c | 133 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 D | tree-vectorizer.h | 140 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));
|