HomeSort by: relevance | last modified time | path
    Searched refs:max_vf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-data-refs.cc 345 int loop_depth, unsigned int *max_vf)
363 if ((unsigned int) loop->safelen < *max_vf)
364 *max_vf = loop->safelen;
393 dependence at run-time, return TRUE. Adjust *MAX_VF according to
399 unsigned int *max_vf)
418 if ((unsigned int) loop->safelen < *max_vf)
419 *max_vf = loop->safelen;
507 loop_depth, max_vf))
593 if (abs_dist >= 2 && abs_dist < *max_vf)
597 *max_vf = abs_dist
    [all...]
omp-low.cc 4557 poly_uint64 max_vf;
4570 if (known_eq (sctx->max_vf, 0U))
4572 sctx->max_vf = sctx->is_simt ? omp_max_simt_vf () : omp_max_vf ();
4573 if (maybe_gt (sctx->max_vf, 1U))
4582 sctx->max_vf = 1;
4584 sctx->max_vf = lower_bound (sctx->max_vf, safe_len);
4587 if (sctx->is_simt && !known_eq (sctx->max_vf, 1U))
4599 sctx->max_vf = 1;
4609 sctx->max_vf = 1
4556 poly_uint64 max_vf; member in class:omplow_simd_context
    [all...]
tree-vect-loop.cc 2741 unsigned int max_vf = MAX_VECTORIZATION_FACTOR; local
2847 ok = vect_analyze_data_ref_dependences (loop_vinfo, &max_vf);
2855 if (max_vf != MAX_VECTORIZATION_FACTOR
2856 && maybe_lt (max_vf, min_vf))
2858 LOOP_VINFO_MAX_VECT_FACTOR (loop_vinfo) = max_vf;
2929 if (max_vf != MAX_VECTORIZATION_FACTOR
2930 && maybe_lt (max_vf, LOOP_VINFO_VECT_FACTOR (loop_vinfo)))
12538 unsigned HOST_WIDE_INT max_vf = vect_max_vf (loop_vinfo); local
12554 iv_limit += max_vf - 1;
12558 iv_limit += max_vf - 1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-data-refs.cc 296 int loop_depth, unsigned int *max_vf)
314 if ((unsigned int) loop->safelen < *max_vf)
315 *max_vf = loop->safelen;
344 dependence at run-time, return TRUE. Adjust *MAX_VF according to
350 unsigned int *max_vf)
369 if ((unsigned int) loop->safelen < *max_vf)
370 *max_vf = loop->safelen;
458 loop_depth, max_vf))
544 if (abs_dist >= 2 && abs_dist < *max_vf)
548 *max_vf = abs_dist
    [all...]
omp-low.cc 4599 poly_uint64_pod max_vf;
4612 if (known_eq (sctx->max_vf, 0U))
4614 sctx->max_vf = sctx->is_simt ? omp_max_simt_vf () : omp_max_vf ();
4615 if (maybe_gt (sctx->max_vf, 1U))
4624 sctx->max_vf = 1;
4626 sctx->max_vf = lower_bound (sctx->max_vf, safe_len);
4629 if (sctx->is_simt && !known_eq (sctx->max_vf, 1U))
4641 sctx->max_vf = 1;
4651 sctx->max_vf = 1
4598 poly_uint64_pod max_vf; member in class:omplow_simd_context
    [all...]
tree-vect-loop.cc 2235 unsigned int max_vf = MAX_VECTORIZATION_FACTOR; local
2332 ok = vect_analyze_data_ref_dependences (loop_vinfo, &max_vf);
2340 if (max_vf != MAX_VECTORIZATION_FACTOR
2341 && maybe_lt (max_vf, min_vf))
2343 LOOP_VINFO_MAX_VECT_FACTOR (loop_vinfo) = max_vf;
2353 if (max_vf != MAX_VECTORIZATION_FACTOR
2354 && maybe_lt (max_vf, LOOP_VINFO_VECT_FACTOR (loop_vinfo)))
10304 unsigned HOST_WIDE_INT max_vf = vect_max_vf (loop_vinfo); local
10320 iv_limit += max_vf - 1;
10324 iv_limit += max_vf - 1
    [all...]

Completed in 48 milliseconds