Searched refs:can_duplicate_and_interleave_p (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-slp.c | 274 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count, in can_duplicate_and_interleave_p() function 504 || !can_duplicate_and_interleave_p (vinfo, stmts.length (), in vect_get_and_check_slp_defs() 3512 if (!can_duplicate_and_interleave_p (vinfo, nelts, element_type, in duplicate_and_interleave()
|
H A D | tree-vectorizer.h | 1861 extern bool can_duplicate_and_interleave_p (vec_info *, unsigned int, tree,
|
H A D | tree-vect-loop.c | 6627 && !can_duplicate_and_interleave_p (loop_vinfo, group_size, in vectorizable_reduction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.cc | 379 can_duplicate_and_interleave_p (vec_info *vinfo, unsigned int count, in can_duplicate_and_interleave_p() function 640 || !can_duplicate_and_interleave_p (vinfo, stmts.length (), in vect_get_and_check_slp_defs() 1954 || !can_duplicate_and_interleave_p (vinfo, group_size, in vect_build_slp_tree_2() 6343 if (!can_duplicate_and_interleave_p (vinfo, nelts, element_type, in duplicate_and_interleave()
|
H A D | tree-vectorizer.h | 2349 extern bool can_duplicate_and_interleave_p (vec_info *, unsigned int, tree,
|
H A D | tree-vect-loop.cc | 7218 && !can_duplicate_and_interleave_p (loop_vinfo, group_size, in vectorizable_reduction()
|
H A D | ChangeLog-2019 | 4043 * tree-vectorizer.h (can_duplicate_and_interleave_p): Take an 4045 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise. 4484 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise. 9424 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise. 9462 * tree-vectorizer.h (can_duplicate_and_interleave_p): Take a vec_info. 9463 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise.
|
H A D | ChangeLog-2018 | 32695 * tree-vectorizer.h (can_duplicate_and_interleave_p): Declare. 32717 a neutral value. Require can_duplicate_and_interleave_p 32723 * tree-vect-slp.c (can_duplicate_and_interleave_p): Make public 32734 (can_duplicate_and_interleave_p): New function. 32739 can_duplicate_and_interleave_p is false.
|
H A D | ChangeLog | 12432 can_duplicate_and_interleave_p check.
|