Searched refs:extra_cost (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dexpmed.c3555 int extra_cost;
3575 extra_cost = shift_cost[mode][GET_MODE_BITSIZE (mode) - 1];
3581 extra_cost += add_cost[mode];
3586 max_cost - extra_cost))
3591 alg.cost.cost + extra_cost);
3839 int max_cost, extra_cost;
4093 extra_cost
4099 max_cost - extra_cost);
4129 extra_cost
4134 max_cost - extra_cost);
3543 int extra_cost; local
3826 int max_cost, extra_cost; local
[all...]
H A Dtarget.h63 int extra_cost; /* Cost for using (a) scratch register(s) to be taken member in struct:secondary_reload_info
H A Dregclass.c1910 sri.extra_cost = 0;
1915 + sri.extra_cost
1923 return sri.extra_cost + MEMORY_MOVE_COST (mode, class, to_p);
1926 return (sri.extra_cost
1931 return sri.extra_cost + COSTS_N_INSNS (1);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c4417 int extra_cost;
4497 extra_cost = rtx_cost (XEXP (x, 0), code);
4499 extra_cost += 4 * ARM_NUM_REGS (mode);
4500 return extra_cost;
4512 extra_cost = 0;
4524 extra_cost = 4;
4527 return (4 + extra_cost + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 8)
4534 return (1 + (GET_CODE (XEXP (x, 1)) == CONST_INT ? 0 : extra_cost)
4541 return (1 + extra_cost
4407 int extra_cost; local

Completed in 203 milliseconds