Searched refs:max_cost (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | 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()
|
| HD | expmed.c | 3106 int max_cost; in expand_mult() local 3148 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET) in expand_mult() 3150 if (max_cost > 0 in expand_mult() 3152 &variant, max_cost)) in expand_mult() 3193 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET); in expand_mult() 3195 max_cost)) in expand_mult() 3429 rtx target, int unsignedp, int max_cost) in expand_mult_highpart_optab() argument 3444 if (mul_highpart_cost[mode] < max_cost) in expand_mult_highpart_optab() 3457 + 4 * add_cost[mode] < max_cost)) in expand_mult_highpart_optab() 3471 && mul_widen_cost[wider_mode] < max_cost) in expand_mult_highpart_optab() [all …]
|
| HD | 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()
|
| HD | ChangeLog-2006 | 1670 * loop-doloop.c (doloop_optimize): Change type of max_cost to int.
|
| HD | ChangeLog-2005 | 7074 computing max_cost.
|
| HD | ChangeLog-2004 | 1006 Take a max_cost argument to avoid scanning large blocks, by returning
|