Home
last modified time | relevance | path

Searched refs:max_cost (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dloop-doloop.c488 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()
Dexpmed.c3110 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 …]
Difcvt.c141 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()
DChangeLog-20061670 * loop-doloop.c (doloop_optimize): Change type of max_cost to int.
DChangeLog-20057074 computing max_cost.
DChangeLog-20041006 Take a max_cost argument to avoid scanning large blocks, by returning