Searched refs:bound_epilog (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop-manip.c | 1856 int bound_prolog, poly_int64 bound_epilog, int th, in vect_gen_scalar_loop_niters() argument 1862 build_int_cst (type, bound_epilog)); in vect_gen_scalar_loop_niters() 1864 *bound_scalar = bound_prolog + bound_epilog; in vect_gen_scalar_loop_niters() 1873 *bound_scalar = upper_bound (int_niters_prolog + bound_epilog, th); in vect_gen_scalar_loop_niters() 1878 if (known_ge (th, bound_prolog + bound_epilog)) in vect_gen_scalar_loop_niters() 1884 else if (maybe_gt (th, bound_epilog)) in vect_gen_scalar_loop_niters() 2489 poly_uint64 bound_epilog = 0; in vect_do_peeling() local 2492 bound_epilog += vf - 1; in vect_do_peeling() 2494 bound_epilog += 1; in vect_do_peeling() 2495 bool epilog_peeling = maybe_ne (bound_epilog, 0U); in vect_do_peeling() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop-manip.cc | 1935 int bound_prolog, poly_int64 bound_epilog, int th, in vect_gen_scalar_loop_niters() argument 1941 build_int_cst (type, bound_epilog)); in vect_gen_scalar_loop_niters() 1943 *bound_scalar = bound_prolog + bound_epilog; in vect_gen_scalar_loop_niters() 1952 *bound_scalar = upper_bound (int_niters_prolog + bound_epilog, th); in vect_gen_scalar_loop_niters() 1957 if (known_ge (th, bound_prolog + bound_epilog)) in vect_gen_scalar_loop_niters() 1963 else if (maybe_gt (th, bound_epilog)) in vect_gen_scalar_loop_niters() 2619 poly_uint64 bound_epilog = 0; in vect_do_peeling() local 2622 bound_epilog += vf - 1; in vect_do_peeling() 2624 bound_epilog += 1; in vect_do_peeling() 2625 bool epilog_peeling = maybe_ne (bound_epilog, 0U); in vect_do_peeling() [all …]
|
H A D | ChangeLog-2018 | 32386 vfm1 with a bound_epilog parameter. 32388 call earlier in the function. Treat the base bound_epilog as 0 for
|