Home | History | Annotate | Download | only in gcc

Lines Matching defs:extra_cost

3957   int extra_cost;
3978 extra_cost = shift_cost (speed, mode, GET_MODE_BITSIZE (mode) - 1);
3984 extra_cost += add_cost (speed, mode);
3989 max_cost - extra_cost))
3994 alg.cost.cost + extra_cost);
4242 int max_cost, extra_cost;
4502 extra_cost
4508 NULL_RTX, 1, max_cost - extra_cost);
4534 extra_cost
4540 NULL_RTX, 1, max_cost - extra_cost);
4666 extra_cost = (shift_cost (speed, int_mode, post_shift)
4671 NULL_RTX, 0, max_cost - extra_cost);
4699 extra_cost = (shift_cost (speed, int_mode, post_shift)
4704 max_cost - extra_cost);
4789 extra_cost = (shift_cost (speed, int_mode, post_shift)
4794 NULL_RTX, 1, max_cost - extra_cost);