Lines Matching refs:vec_step
6132 tree vec_step = build_vector_from_val (cr_index_vector_type, step);
6138 create_iv (series_vect, PLUS_EXPR, vec_step, NULL_TREE, loop, &incr_gsi,
9574 tree vec_step = vect_init_vector (loop_vinfo, stmt_info,
9576 return vec_step;
9582 tree induc_def, tree vec_step,
9595 vec_step = gimple_convert (stmts, uvectype, vec_step);
9597 vec_def, vec_step);
9604 vec_def, vec_step);
9609 vec_def, vec_step);
9644 tree vec_init, vec_step;
9805 /* prologue cost for vec_init and vec_step. */
9862 vec_step = vect_create_nonlinear_iv_vec_step (loop_vinfo, stmt_info,
9868 vec_step = ...
9874 vec_loop = vec_iv + vec_step; */
9884 induc_def, vec_step,
9913 vec_step = vect_create_nonlinear_iv_vec_step (loop_vinfo, stmt_info,
9919 /* vec_i = vec_prev + vec_step. */
9922 vec_def, vec_step,
9958 tree new_vec, vec_init, vec_step, t;
10119 /* prologue cost for vec_init and vec_step. */
10250 vec_step = gimple_build_vector (&init_stmts, &step_elts);
10251 vec_steps.safe_push (vec_step);
10266 tree up = vec_step;
10269 vec_step, lupdate_mul);
10286 vec_step, step_mul);
10470 vec_step = [S, S, S, S] */
10500 vec_step = [VF*S, VF*S, VF*S, VF*S] */
10522 vec_step = vect_init_vector (loop_vinfo, stmt_info,
10529 vec_step = ...
10535 vec_loop = vec_iv + vec_step; */
10545 vec_def = gimple_build (&stmts, PLUS_EXPR, step_vectype, vec_def, vec_step);
10592 vec_step = vect_init_vector (loop_vinfo, stmt_info,
10598 /* vec_i = vec_prev + vec_step */
10602 PLUS_EXPR, step_vectype, vec_def, vec_step);