Lines Matching refs:vec_init
7385 tree new_vec, vec_init, vec_step, t; in vectorizable_induction() local
7598 vec_init = gimple_build_vector (&stmts, &elts); in vectorizable_induction()
7599 vec_init = gimple_convert (&stmts, vectype, vec_init); in vectorizable_induction()
7623 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION); in vectorizable_induction()
7684 vec_init = vect_get_vec_def_for_operand (init_expr, stmt_info); in vectorizable_induction()
7686 if (!useless_type_conversion_p (vectype, TREE_TYPE (vec_init))) in vectorizable_induction()
7694 vec_init)); in vectorizable_induction()
7695 vec_init = gimple_assign_lhs (new_stmt); in vectorizable_induction()
7723 vec_init = gimple_build_vector (&stmts, &elts); in vectorizable_induction()
7727 vec_init = gimple_build (&stmts, VEC_SERIES_EXPR, step_vectype, in vectorizable_induction()
7741 vec_init = gimple_build (&stmts, FLOAT_EXPR, step_vectype, index); in vectorizable_induction()
7742 vec_init = gimple_build (&stmts, MULT_EXPR, step_vectype, in vectorizable_induction()
7743 vec_init, step_vec); in vectorizable_induction()
7744 vec_init = gimple_build (&stmts, PLUS_EXPR, step_vectype, in vectorizable_induction()
7745 vec_init, base_vec); in vectorizable_induction()
7747 vec_init = gimple_convert (&stmts, vectype, vec_init); in vectorizable_induction()
7817 add_phi_arg (induction_phi, vec_init, pe, UNKNOWN_LOCATION); in vectorizable_induction()