Home
last modified time | relevance | path

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 Dtree-vect-slp.c274 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 Dtree-vectorizer.h1861 extern bool can_duplicate_and_interleave_p (vec_info *, unsigned int, tree,
H A Dtree-vect-loop.c6627 && !can_duplicate_and_interleave_p (loop_vinfo, group_size, in vectorizable_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.cc379 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 Dtree-vectorizer.h2349 extern bool can_duplicate_and_interleave_p (vec_info *, unsigned int, tree,
H A Dtree-vect-loop.cc7218 && !can_duplicate_and_interleave_p (loop_vinfo, group_size, in vectorizable_reduction()
H A DChangeLog-20194043 * 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 DChangeLog-201832695 * 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 DChangeLog12432 can_duplicate_and_interleave_p check.