Searched refs:max_cost (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dloop-doloop.c488 int max_cost; local
529 max_cost
531 if (rtx_cost (desc->niter_expr, SET) > max_cost)
H A Dexpmed.c3117 int max_cost;
3157 Exclude cost of op0 from max_cost to match the cost
3159 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET)
3161 if (max_cost > 0
3163 &variant, max_cost))
3202 /* Exclude cost of op0 from max_cost to match the cost
3204 max_cost = rtx_cost (gen_rtx_MULT (mode, fake_reg, op1), SET);
3206 max_cost))
3441 rtx target, int unsignedp, int max_cost)
3456 if (mul_highpart_cost[mode] < max_cost)
3106 int max_cost; local
3428 expand_mult_highpart_optab(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3538 expand_mult_highpart(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3826 int max_cost, extra_cost; local
[all...]
H A Difcvt.c142 cheap_bb_rtx_cost_p (basic_block bb, int max_cost)
171 if (count >= max_cost)
141 cheap_bb_rtx_cost_p(basic_block bb, int max_cost) argument

Completed in 108 milliseconds