Home
last modified time | relevance | path

Searched refs:SLP_TREE_LANES (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-slp-patterns.cc272 zipped.create (SLP_TREE_LANES (node)); in vect_build_swap_evenodd_node()
274 for (unsigned x = 0; x < SLP_TREE_LANES (node); x+=2) in vect_build_swap_evenodd_node()
286 SLP_TREE_LANES (vnode) = SLP_TREE_LANES (node); in vect_build_swap_evenodd_node()
941 perm.create (SLP_TREE_LANES (rep)); in vect_build_combine_node()
943 for (unsigned x = 0; x < SLP_TREE_LANES (rep); x+=2) in vect_build_combine_node()
960 SLP_TREE_LANES (vnode) = SLP_TREE_LANES (rep); in vect_build_combine_node()
961 gcc_assert (perm.length () == SLP_TREE_LANES (vnode)); in vect_build_combine_node()
Dtree-vect-slp.cc214 SLP_TREE_LANES (node) = scalar_stmts.length (); in vect_create_new_slp_node()
233 SLP_TREE_LANES (node) = ops.length (); in vect_create_new_slp_node()
1594 unsigned group_size = SLP_TREE_LANES (op1); in vect_slp_build_two_operator_nodes()
1599 SLP_TREE_LANES (child1) = group_size; in vect_slp_build_two_operator_nodes()
1608 SLP_TREE_LANES (child2) = group_size; in vect_slp_build_two_operator_nodes()
1619 SLP_TREE_LANES (perm) = group_size; in vect_slp_build_two_operator_nodes()
2132 SLP_TREE_LANES (child) = group_size; in vect_build_slp_tree_2()
2465 SLP_TREE_LANES (one) = stmts.length (); in vect_build_slp_tree_2()
2466 SLP_TREE_LANES (two) = stmts.length (); in vect_build_slp_tree_2()
2842 stmts.create (SLP_TREE_LANES (root)); in optimize_load_redistribution_1()
[all …]
Dtree-vect-loop.cc2466 int group_size = SLP_TREE_LANES (slp_root); in vect_analyze_loop_2()
5231 group_size = SLP_TREE_LANES (slp_node); in vect_create_epilog_for_reduction()
7216 unsigned int group_size = SLP_TREE_LANES (slp_node); in vectorizable_reduction()
7658 * SLP_TREE_LANES (slp_node), vectype_in); in vect_transform_cycle_phi()
8310 unsigned group_size = SLP_TREE_LANES (slp_node); in vectorizable_induction()
8818 int num_scalar = SLP_TREE_LANES (slp_node); in vectorizable_live_operation()
Dtree-vectorizer.h288 #define SLP_TREE_LANES(S) (S)->lanes macro
Dtree-vect-stmts.cc9378 unsigned scalar_lanes = SLP_TREE_LANES (slp_node); in vectorizable_load()
11671 group_size = SLP_TREE_LANES (node); in get_vectype_for_scalar_type()
DChangeLog-202018380 (vect_slp_analyze_node_operations): Use SLP_TREE_LANES.
20568 (SLP_TREE_LANES): Likewise.