Searched refs:max_cost (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | loop-doloop.c | 488 int max_cost; in doloop_optimize() local 529 max_cost in doloop_optimize() 531 if (rtx_cost (desc->niter_expr, SET) > max_cost) in doloop_optimize()
|
| D | expmed.c | 3110 int max_cost; in expand_mult() local 3152 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET) in expand_mult() 3154 if (max_cost > 0 in expand_mult() 3156 &variant, max_cost)) in expand_mult() 3197 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET); in expand_mult() 3199 max_cost)) in expand_mult() 3433 rtx target, int unsignedp, int max_cost) in expand_mult_highpart_optab() argument 3448 if (mul_highpart_cost[mode] < max_cost) in expand_mult_highpart_optab() 3461 + 4 * add_cost[mode] < max_cost)) in expand_mult_highpart_optab() 3475 && mul_widen_cost[wider_mode] < max_cost) in expand_mult_highpart_optab() [all …]
|
| D | ifcvt.c | 141 cheap_bb_rtx_cost_p (basic_block bb, int max_cost) in cheap_bb_rtx_cost_p() argument 170 if (count >= max_cost) in cheap_bb_rtx_cost_p()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | expmed.c | 2767 expand_mult_highpart (mode, op0, cnst1, target, unsignedp, max_cost) in expand_mult_highpart() argument 2772 int max_cost; 2797 && mul_cost[(int) wider_mode] + shift_cost[size-1] < max_cost) 2816 if (mul_highpart_cost[(int) mode] < max_cost) 2829 < max_cost)) 2843 && mul_widen_cost[(int) wider_mode] < max_cost) 2853 && mul_cost[(int) wider_mode] + shift_cost[size-1] < max_cost) 2864 + 2 * shift_cost[size-1] + 4 * add_cost < max_cost)) 2959 int max_cost, extra_cost; local 3086 max_cost = div_cost[(int) compute_mode] [all …]
|