Home
last modified time | relevance | path

Searched refs:vect_gather_slp_loads (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-slp.c1663 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1682 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1687 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1690 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2027 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-slp.c1663 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1682 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1687 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1690 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2027 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-slp.c1652 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1671 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1676 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1679 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2016 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-slp.c1890 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1910 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1915 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1918 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2286 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-slp.c1890 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1910 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1915 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1918 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2284 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
H A DChangeLog-20186749 * tree-vect-slp.c (vect_gather_slp_loads): Only gather
6782 (vect_gather_slp_loads): New function.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-slp.c1890 vect_gather_slp_loads (slp_instance inst, slp_tree node, in vect_gather_slp_loads() function
1910 vect_gather_slp_loads (inst, child, visited); in vect_gather_slp_loads()
1915 vect_gather_slp_loads (slp_instance inst, slp_tree node) in vect_gather_slp_loads() function
1918 vect_gather_slp_loads (inst, node, visited); in vect_gather_slp_loads()
2286 vect_gather_slp_loads (new_instance, node); in vect_analyze_slp_instance()
H A DChangeLog-20186749 * tree-vect-slp.c (vect_gather_slp_loads): Only gather
6782 (vect_gather_slp_loads): New function.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-slp.c2162 vect_gather_slp_loads (vec<slp_tree> &loads, slp_tree node, in vect_gather_slp_loads() function
2182 vect_gather_slp_loads (loads, child, visited); in vect_gather_slp_loads()
3478 vect_gather_slp_loads (vec_info *vinfo) in vect_gather_slp_loads() function
3485 vect_gather_slp_loads (SLP_INSTANCE_LOADS (instance), in vect_gather_slp_loads()
4898 vect_gather_slp_loads (bb_vinfo); in vect_slp_analyze_bb_1()
H A Dtree-vectorizer.h2010 extern void vect_gather_slp_loads (vec_info *);
H A Dtree-vect-loop.c2334 vect_gather_slp_loads (loop_vinfo); in vect_analyze_loop_2()
H A DChangeLog-20204682 * tree-vectorizer.h (vect_gather_slp_loads): Declare.
4684 vect_gather_slp_loads.
4687 (vect_gather_slp_loads): Remove wrapper, new function.
7736 (vect_gather_slp_loads): Likewise.
23210 (vect_gather_slp_loads): Gather loads into a vector.
H A DChangeLog-20186749 * tree-vect-slp.c (vect_gather_slp_loads): Only gather
6782 (vect_gather_slp_loads): New function.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-slp.c2158 vect_gather_slp_loads (vec<slp_tree> &loads, slp_tree node, in vect_gather_slp_loads() function
2178 vect_gather_slp_loads (loads, child, visited); in vect_gather_slp_loads()
3474 vect_gather_slp_loads (vec_info *vinfo) in vect_gather_slp_loads() function
3481 vect_gather_slp_loads (SLP_INSTANCE_LOADS (instance), in vect_gather_slp_loads()
4894 vect_gather_slp_loads (bb_vinfo); in vect_slp_analyze_bb_1()
H A Dtree-vectorizer.h2010 extern void vect_gather_slp_loads (vec_info *);
H A Dtree-vect-loop.c2334 vect_gather_slp_loads (loop_vinfo); in vect_analyze_loop_2()
H A DChangeLog-20204682 * tree-vectorizer.h (vect_gather_slp_loads): Declare.
4684 vect_gather_slp_loads.
4687 (vect_gather_slp_loads): Remove wrapper, new function.
7736 (vect_gather_slp_loads): Likewise.
23210 (vect_gather_slp_loads): Gather loads into a vector.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-slp.c2158 vect_gather_slp_loads (vec<slp_tree> &loads, slp_tree node, in vect_gather_slp_loads() function
2178 vect_gather_slp_loads (loads, child, visited); in vect_gather_slp_loads()
3474 vect_gather_slp_loads (vec_info *vinfo) in vect_gather_slp_loads() function
3481 vect_gather_slp_loads (SLP_INSTANCE_LOADS (instance), in vect_gather_slp_loads()
4894 vect_gather_slp_loads (bb_vinfo); in vect_slp_analyze_bb_1()
H A Dtree-vectorizer.h2010 extern void vect_gather_slp_loads (vec_info *);
H A Dtree-vect-loop.c2334 vect_gather_slp_loads (loop_vinfo); in vect_analyze_loop_2()
H A DChangeLog-20204682 * tree-vectorizer.h (vect_gather_slp_loads): Declare.
4684 vect_gather_slp_loads.
4687 (vect_gather_slp_loads): Remove wrapper, new function.
7736 (vect_gather_slp_loads): Likewise.
23210 (vect_gather_slp_loads): Gather loads into a vector.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-slp.c2654 vect_gather_slp_loads (vec<slp_tree> &loads, slp_tree node, in vect_gather_slp_loads() function
2674 vect_gather_slp_loads (loads, child, visited); in vect_gather_slp_loads()
4134 vect_gather_slp_loads (vec_info *vinfo) in vect_gather_slp_loads() function
4141 vect_gather_slp_loads (SLP_INSTANCE_LOADS (instance), in vect_gather_slp_loads()
5773 vect_gather_slp_loads (bb_vinfo); in vect_slp_analyze_bb_1()
H A Dtree-vectorizer.h2254 extern void vect_gather_slp_loads (vec_info *);
H A Dtree-vect-loop.c2349 vect_gather_slp_loads (loop_vinfo); in vect_analyze_loop_2()
H A DChangeLog-20204682 * tree-vectorizer.h (vect_gather_slp_loads): Declare.
4684 vect_gather_slp_loads.
4687 (vect_gather_slp_loads): Remove wrapper, new function.
7736 (vect_gather_slp_loads): Likewise.
23210 (vect_gather_slp_loads): Gather loads into a vector.

12