Home
last modified time | relevance | path

Searched refs:vect_worthwhile_without_simd_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h1840 extern bool vect_worthwhile_without_simd_p (vec_info *, tree_code);
H A Dtree-vect-stmts.c5792 && !vect_worthwhile_without_simd_p (vinfo, code))) in vectorizable_shift()
5802 && !vect_worthwhile_without_simd_p (vinfo, code)) in vectorizable_shift()
6186 || (!vec_stmt && !vect_worthwhile_without_simd_p (vinfo, code))) in vectorizable_operation()
6196 && !vect_worthwhile_without_simd_p (vinfo, code)) in vectorizable_operation()
H A Dtree-vect-loop.c6736 || !vect_worthwhile_without_simd_p (loop_vinfo, code)) in vectorizable_reduction()
6746 && !vect_worthwhile_without_simd_p (loop_vinfo, code)) in vectorizable_reduction()
7355 vect_worthwhile_without_simd_p (vec_info *vinfo, tree_code code) in vect_worthwhile_without_simd_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202117507 * tree-vectorizer.h (vect_worthwhile_without_simd_p): Rename...
17509 * tree-vect-loop.c (vect_worthwhile_without_simd_p): Rename...
H A DChangeLog-201715029 (vect_worthwhile_without_simd_p): Declare.
15030 * tree-vect-loop.c (vect_worthwhile_without_simd_p): New function.
H A DChangeLog-201835790 (vect_worthwhile_without_simd_p, vectorizable_induction): Likewise.