Home | History | Annotate | Download | only in gcc

Lines Matching defs:bump

3088   tree bump = size_binop (MULT_EXPR,
3091 *dataref_bump = cse_and_gimplify_to_preheader (loop_vinfo, bump);
7319 tree bump = vect_get_data_ptr_increment (vinfo, dr_info,
7341 dataref_offset = int_const_binop (PLUS_EXPR, dataref_offset, bump);
7447 dataref_offset = int_const_binop (PLUS_EXPR, dataref_offset, bump);
8200 tree bump;
8205 bump = NULL_TREE;
8211 &bump, &vec_offset);
8219 bump = vect_get_data_ptr_increment (vinfo, dr_info, aggr_type,
8342 simd_lane_access_p, bump);
8361 = int_const_binop (PLUS_EXPR, dataref_offset, bump);
8366 stmt_info, bump);
8471 /* Bump the vector pointer. */
8473 gsi, stmt_info, bump);
9577 tree bump;
9582 bump = NULL_TREE;
9588 &bump, &vec_offset);
9596 bump = vect_get_data_ptr_increment (vinfo, dr_info, aggr_type,
9639 bump);
9671 simd_lane_access_p, bump);
9679 bump);
9682 stmt_info, bump);
9759 gsi, stmt_info, bump);
10014 tree ptr, bump;
10053 bump = size_binop (MULT_EXPR, vs,
10055 bump = size_binop (MINUS_EXPR, bump, size_one_node);
10057 stmt_info, bump);
10164 tree bump = wide_int_to_tree (sizetype, bump_val);
10166 gsi, stmt_info, bump);
10170 /* Bump the vector pointer to account for a gap or for excess
10180 tree bump = wide_int_to_tree (sizetype, bump_val);
10182 stmt_info, bump);