Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-slp.cc1492 vect_build_slp_tree_2 (vec_info *vinfo, slp_tree node,
1549 slp_tree res_ = vect_build_slp_tree_2 (vinfo, res, stmts, group_size, in vect_build_slp_tree()
1635 vect_build_slp_tree_2 (vec_info *vinfo, slp_tree node, in vect_build_slp_tree_2() function
DChangeLog-20201356 (vect_build_slp_tree_2): Remove npermutes handling and
6601 * tree-vect-slp.c (vect_build_slp_tree_2): Revert previous
6817 * tree-vect-slp.c (vect_build_slp_tree_2): Scale
6836 * tree-vect-slp.c (vect_build_slp_tree_2): Do not track
6993 * tree-vect-slp.c (vect_build_slp_tree_2): Remove
7517 * tree-vect-slp.c (vect_build_slp_tree_2): Allow splatting
7558 (vect_build_slp_tree_2): Allocate skip_args for all ops
7564 * tree-vect-slp.c (vect_build_slp_tree_2): Do not build
7743 (vect_build_slp_tree_2): Continue SLP build, following PHI
7779 * tree-vect-slp.c (vect_build_slp_tree_2): When vectorizing
[all …]
DChangeLog-20212393 (vect_build_slp_tree_2): Likewise.
2418 (vect_build_slp_tree_2): Likewise.
2436 (vect_build_slp_tree_2): Likewise.
10049 * tree-vect-slp.c (vect_build_slp_tree_2): Properly mark
15704 * tree-vect-slp.c (vect_build_slp_tree_2): Conservatively
22635 * tree-vect-slp.c (vect_build_slp_tree_2): Fix out-of-bound access.
22744 * tree-vect-slp.c (vect_build_slp_tree_2): To not fail fatally
23023 chain linearization from vect_build_slp_tree_2 and generalize
23025 (vect_build_slp_tree_2): Adjust accordingly.
23162 (vect_build_slp_tree_2): Adjust.
[all …]
DChangeLog-20184328 (vect_build_slp_tree_2): Likewise.
6682 * tree-vect-slp.c (vect_build_slp_tree_2): Reject any
6779 * tree-vect-slp.c (vect_build_slp_tree_2): Remove loads argument
6994 (vect_build_slp_tree_2): Add bst_map argument and adjust calls.
7228 * tree-vect-slp.c (vect_build_slp_tree_2): Dump when we
10406 (vect_build_slp_tree_2): Likewise.
14826 (vect_build_slp_tree_2): Update calls to vect_build_slp_tree_1
15109 (vect_build_slp_tree_2): Likewise. Update uses of
15368 (vect_build_slp_tree_2): Update call to vect_free_slp_instance.
16676 (vect_build_slp_tree_2): Update call to vect_build_slp_tree_1.
[all …]
DChangeLog-20192514 * tree-vect-slp.c (vect_build_slp_tree_2): For unary ops
4071 (vect_build_slp_tree_2): Call vect_update_all_shared_vectypes
8873 (vect_build_slp_tree_2): Avoid building up a node from scalars
8880 (vect_build_slp_tree_2): Never fail swapping on shared stmts
9216 * tree-vect-slp.c (vect_build_slp_tree_2): Do not build
9354 (vect_build_slp_tree_2): Build SLP nodes for invariant operands.
9500 * tree-vect-slp.c (vect_build_slp_tree_2): Likewise.
19389 * tree-vect-slp.c (vect_build_slp_tree_2): Do not swap operands
21166 * tree-vect-slp.c (vect_build_slp_tree_2): Fix reduction
27225 (vect_build_slp_tree_2): Include masks from masked loads in SLP tree.
[all …]
DChangeLog509 * tree-vect-slp.cc (vect_build_slp_tree_2): Compute the
10056 * tree-vect-slp.cc (vect_build_slp_tree_2): Dump the def used
12431 * tree-vect-slp.cc (vect_build_slp_tree_2): Add missing
DChangeLog-201714532 (vect_build_slp_tree_2): Call it for phis too.
21065 (vect_build_slp_tree_2): New worker, split out from ...