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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c3559 int extra_cost;
3579 extra_cost = shift_cost[mode][GET_MODE_BITSIZE (mode) - 1];
3585 extra_cost += add_cost[mode];
3590 max_cost - extra_cost))
3595 alg.cost.cost + extra_cost);
3843 int max_cost, extra_cost;
4097 extra_cost
4103 max_cost - extra_cost);
4133 extra_cost
4138 max_cost - extra_cost);
3547 int extra_cost; local
3830 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-9.3-release/contrib/gcc/config/arm/
H A Darm.c4415 int extra_cost;
4495 extra_cost = rtx_cost (XEXP (x, 0), code);
4497 extra_cost += 4 * ARM_NUM_REGS (mode);
4498 return extra_cost;
4510 extra_cost = 0;
4522 extra_cost = 4;
4525 return (4 + extra_cost + (REG_OR_SUBREG_REG (XEXP (x, 0)) ? 0 : 8)
4532 return (1 + (GET_CODE (XEXP (x, 1)) == CONST_INT ? 0 : extra_cost)
4539 return (1 + extra_cost
4405 int extra_cost; local

Completed in 126 milliseconds