Searched refs:step_vectype (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 8223 tree step_vectype = get_same_sized_vectype (TREE_TYPE (step_expr), vectype); in vectorizable_induction() local 8226 if (!directly_supported_p (PLUS_EXPR, step_vectype) in vectorizable_induction() 8227 || !directly_supported_p (MINUS_EXPR, step_vectype)) in vectorizable_induction() 8339 tree stept = TREE_TYPE (step_vectype); in vectorizable_induction() 8346 = build_vector_from_val (step_vectype, in vectorizable_induction() 8363 step_vectype, peel_mul); in vectorizable_induction() 8369 tree_vector_builder step_elts (step_vectype, const_nunits, 1); in vectorizable_induction() 8371 tree_vector_builder mul_elts (step_vectype, const_nunits, 1); in vectorizable_induction() 8376 elt = gimple_convert (&init_stmts, TREE_TYPE (step_vectype), elt); in vectorizable_induction() 8399 step_mul = gimple_build (&init_stmts, PLUS_EXPR, step_vectype, in vectorizable_induction() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop.c | 7512 tree step_vectype = get_same_sized_vectype (TREE_TYPE (step_expr), vectype); in vectorizable_induction() local 7574 new_vec = build_vector_from_val (step_vectype, new_name); in vectorizable_induction() 7575 vec_step = vect_init_vector (stmt_info, new_vec, step_vectype, NULL); in vectorizable_induction() 7588 tree_vector_builder elts (step_vectype, const_nunits, 1); in vectorizable_induction() 7615 vec_def = gimple_convert (&stmts, step_vectype, induc_def); in vectorizable_induction() 7617 PLUS_EXPR, step_vectype, vec_def, vec_step); in vectorizable_induction() 7648 new_vec = build_vector_from_val (step_vectype, new_name); in vectorizable_induction() 7649 vec_step = vect_init_vector (stmt_info, new_vec, step_vectype, NULL); in vectorizable_induction() 7659 def = gimple_convert (&stmts, step_vectype, def); in vectorizable_induction() 7661 PLUS_EXPR, step_vectype, def, vec_step); in vectorizable_induction() [all …]
|