Home
last modified time | relevance | path

Searched refs:new_loop_vinfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c2381 vect_better_loop_vinfo_p (loop_vec_info new_loop_vinfo, in vect_better_loop_vinfo_p() argument
2384 struct loop *loop = LOOP_VINFO_LOOP (new_loop_vinfo); in vect_better_loop_vinfo_p()
2387 poly_int64 new_vf = LOOP_VINFO_VECT_FACTOR (new_loop_vinfo); in vect_better_loop_vinfo_p()
2412 poly_widest_int rel_new = (new_loop_vinfo->vec_inside_cost in vect_better_loop_vinfo_p()
2441 widest_int estimated_rel_new = (new_loop_vinfo->vec_inside_cost in vect_better_loop_vinfo_p()
2452 if (new_loop_vinfo->vec_outside_cost != old_loop_vinfo->vec_outside_cost) in vect_better_loop_vinfo_p()
2453 return new_loop_vinfo->vec_outside_cost < old_loop_vinfo->vec_outside_cost; in vect_better_loop_vinfo_p()
2462 vect_joust_loop_vinfos (loop_vec_info new_loop_vinfo, in vect_joust_loop_vinfos() argument
2465 if (!vect_better_loop_vinfo_p (new_loop_vinfo, old_loop_vinfo)) in vect_joust_loop_vinfos()
2471 GET_MODE_NAME (new_loop_vinfo->vector_mode), in vect_joust_loop_vinfos()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.cc2804 vect_better_loop_vinfo_p (loop_vec_info new_loop_vinfo, in vect_better_loop_vinfo_p() argument
2807 struct loop *loop = LOOP_VINFO_LOOP (new_loop_vinfo); in vect_better_loop_vinfo_p()
2810 poly_int64 new_vf = LOOP_VINFO_VECT_FACTOR (new_loop_vinfo); in vect_better_loop_vinfo_p()
2823 const auto *new_costs = new_loop_vinfo->vector_costs; in vect_better_loop_vinfo_p()
2834 vect_joust_loop_vinfos (loop_vec_info new_loop_vinfo, in vect_joust_loop_vinfos() argument
2837 if (!vect_better_loop_vinfo_p (new_loop_vinfo, old_loop_vinfo)) in vect_joust_loop_vinfos()
2843 GET_MODE_NAME (new_loop_vinfo->vector_mode), in vect_joust_loop_vinfos()
H A DChangeLog-202024985 has a variable VF, prefer new_loop_vinfo if it is cheaper for the