Home
last modified time | relevance | path

Searched refs:vect_nop_conversion_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h1735 extern bool vect_nop_conversion_p (stmt_vec_info);
H A Dtree-vect-slp.c2994 else if (vect_nop_conversion_p (stmt_info)) in vect_bb_slp_scalar_cost()
H A Dtree-vect-stmts.c5312 vect_nop_conversion_p (stmt_vec_info stmt_info) in vect_nop_conversion_p() function
5445 if (!vect_nop_conversion_p (stmt_info)) in vectorizable_assignment()
H A Dtree-vect-loop.c1109 else if (vect_nop_conversion_p (stmt_info)) in vect_compute_single_scalar_iteration_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h2177 extern bool vect_nop_conversion_p (stmt_vec_info);
H A Dtree-vect-stmts.cc5365 vect_nop_conversion_p (stmt_vec_info stmt_info) in vect_nop_conversion_p() function
5512 if (!vect_nop_conversion_p (stmt_info)) in vectorizable_assignment()
H A Dtree-vect-slp.cc5316 else if (vect_nop_conversion_p (orig_stmt_info)) in vect_bb_slp_scalar_cost()
H A Dtree-vect-loop.cc1312 else if (vect_nop_conversion_p (stmt_info)) in vect_compute_single_scalar_iteration_cost()
H A DChangeLog-20195138 * tree-vectorizer.h (vect_nop_conversion_p): Declare.
5139 * tree-vect-stmts.c (vect_nop_conversion_p): New function.