Home | History | Annotate | Download | only in gcc

Lines Matching refs:vec_step

5345       tree vec_step = build_vector_from_val (cr_index_vector_type, step);
5351 create_iv (series_vect, vec_step, NULL_TREE, loop, &incr_gsi,
8112 tree new_vec, vec_init, vec_step, t;
8266 /* prologue cost for vec_init and vec_step. */
8397 vec_step = gimple_build_vector (&init_stmts, &step_elts);
8398 vec_steps.safe_push (vec_step);
8413 tree up = vec_step;
8416 vec_step, lupdate_mul);
8433 vec_step, step_mul);
8617 vec_step = [S, S, S, S] */
8622 vec_step = [VF*S, VF*S, VF*S, VF*S] */
8644 vec_step = vect_init_vector (loop_vinfo, stmt_info,
8651 vec_step = ...
8657 vec_loop = vec_iv + vec_step; */
8667 vec_def = gimple_build (&stmts, PLUS_EXPR, step_vectype, vec_def, vec_step);
8712 vec_step = vect_init_vector (loop_vinfo, stmt_info,
8718 /* vec_i = vec_prev + vec_step */
8722 PLUS_EXPR, step_vectype, vec_def, vec_step);