Searched refs:vect_detect_hybrid_slp (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-slp.c | 2583 vect_detect_hybrid_slp (tree *tp, int *, void *data) in vect_detect_hybrid_slp() function 2610 vect_detect_hybrid_slp (loop_vec_info loop_vinfo) in vect_detect_hybrid_slp() function 2669 walk_gimple_op (stmt_info->stmt, vect_detect_hybrid_slp, &wi); in vect_detect_hybrid_slp()
|
H A D | tree-vectorizer.h | 1856 extern void vect_detect_hybrid_slp (loop_vec_info);
|
H A D | tree-vect-loop.c | 2042 vect_detect_hybrid_slp (loop_vinfo); in vect_analyze_loop_2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.cc | 4280 vect_detect_hybrid_slp (tree *tp, int *, void *data) in vect_detect_hybrid_slp() function 4366 vect_detect_hybrid_slp (loop_vec_info loop_vinfo) in vect_detect_hybrid_slp() function 4435 walk_gimple_op (stmt_info->stmt, vect_detect_hybrid_slp, &wi); in vect_detect_hybrid_slp() 4443 vect_detect_hybrid_slp (&gs_info.offset, &dummy, &wi); in vect_detect_hybrid_slp()
|
H A D | tree-vectorizer.h | 2338 extern void vect_detect_hybrid_slp (loop_vec_info);
|
H A D | tree-vect-loop.cc | 2372 vect_detect_hybrid_slp (loop_vinfo); in vect_analyze_loop_2()
|
H A D | ChangeLog-2020 | 3960 (vect_detect_hybrid_slp): Use it. Perform a backward walk 20022 * tree-vect-slp.c (vect_detect_hybrid_slp): Likewise. 23830 (vect_detect_hybrid_slp): New walker. 23831 (vect_detect_hybrid_slp): Rewrite.
|
H A D | ChangeLog-2018 | 15222 (vect_detect_hybrid_slp, vect_get_slp_defs): Likewise. 15325 (vect_detect_hybrid_slp): Likewise. Change the walk_stmt_info 19396 (vect_detect_hybrid_slp): Likewise.
|
H A D | ChangeLog | 5476 * tree-vect-slp.cc (vect_detect_hybrid_slp): Also process
|
H A D | ChangeLog-2007 | 7446 vect_detect_hybrid_slp): Likewise. 7448 and vect_detect_hybrid_slp.
|
H A D | ChangeLog-2019 | 2715 (vect_detect_hybrid_slp): Swap lane and instance iteration, 3596 (vect_detect_hybrid_slp): Use one visited set for all
|
H A D | ChangeLog-2013 | 18528 (vect_detect_hybrid_slp): Ditto.
|
H A D | ChangeLog-2014 | 3277 (vect_detect_hybrid_slp): Properly handle pattern statements
|