Searched refs:max_cost (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/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()
|
| D | ChangeLog-2006 | 1670 * loop-doloop.c (doloop_optimize): Change type of max_cost to int.
|
| D | ChangeLog-2005 | 7074 computing max_cost.
|
| D | ChangeLog-2004 | 1006 Take a max_cost argument to avoid scanning large blocks, by returning
|