Lines Matching defs:vf
108 VF. If the smallest datatype in the loop is present only as the rhs of a
309 maximum VF set to safelen. However, if the user has
321 of limiting VF or checking for an alias at runtime.
323 the VF unnecessarily when the bases are in fact independent.
325 Note that the alias checks will be removed if the VF ends up
561 "dependence distance >= VF.\n");
606 using VF of original loop. */
1093 poly_uint64 vf = LOOP_VINFO_VECT_FACTOR (loop_vinfo);
1095 = multiple_p (DR_STEP_ALIGNMENT (dr_info->dr) * vf, vect_align_c);
1343 the prolog loop ({VF - misalignment}), is a multiple of the
1997 poly_uint64 vf = LOOP_VINFO_VECT_FACTOR (loop_vinfo);
1999 ? vf * DR_GROUP_SIZE (stmt_info) : vf);
2438 with variable VF, since there's no guarantee that the
2439 VF is a power of two. We could relax this if we added
3471 in DDR is >= VF. */
3475 unsigned int loop_depth, poly_uint64 vf)
3481 /* If the dependence is exact, we should have limited the VF instead. */
3491 && maybe_lt ((unsigned HOST_WIDE_INT) abs_hwi (dist), vf))
3497 "dependence distance between %T and %T is >= VF\n",
3668 /* Ignore the alias if the VF we chose ended up being no greater
3712 "%T and %T when VF is 1\n",
4466 poly_uint64 vf;
4662 vf = TYPE_VECTOR_SUBPARTS (vectype);
4663 *min_vf = upper_bound (*min_vf, vf);
5461 E.g., LENGTH is 4 and the scalar type is short, i.e., VF is 8.
6069 E.g., LENGTH is 4 and the scalar type is short, i.e., VF is 8.
6262 E.g., LENGTH is 3 and the scalar type is short, i.e., VF is 8.
6339 The algorithm is applicable only for LOAD CHAIN LENGTH less than VF.
6358 unsigned HOST_WIDE_INT nelt, vf;
6360 vf))
6371 if (pow2p_hwi (length) && vf > 4)
6472 if (length == 3 && vf > 2)