Searched refs:shift_const (Results 1 – 4 of 4) sorted by relevance
115 const int shift_const; /* constant shift costs */ member
20926 || (count * ix86_cost->add <= ix86_cost->shift_const in ix86_expand_ashl_const()22587 <= (ix86_cost->shift_const + ix86_cost->add) * nops in promote_duplicated_reg()31613 && cost->lea <= cost->shift_const) in ix86_rtx_costs()31630 *total = cost->shift_const + COSTS_N_INSNS (2); in ix86_rtx_costs()31632 *total = cost->shift_const * 2; in ix86_rtx_costs()31645 *total = cost->shift_const; in ix86_rtx_costs()
234 const int shift_const; /* constant shift costs */ member
1626 gain += ix86_cost->shift_const; in compute_convert_gain()25920 || (count * ix86_cost->add <= ix86_cost->shift_const in ix86_expand_ashl_const()27587 <= (ix86_cost->shift_const + ix86_cost->add) * nops in promote_duplicated_reg()40761 return cost->shift_const + COSTS_N_INSNS (2); in ix86_shift_rotate_cost()40763 return cost->shift_const * 2; in ix86_shift_rotate_cost()40776 return cost->shift_const; in ix86_shift_rotate_cost()40787 return cost->shift_const; in ix86_shift_rotate_cost()40918 && cost->lea <= cost->shift_const) in ix86_rtx_costs()