Lines Matching refs:ix86_cost
506 return ix86_cost->sse_op;
509 return ix86_cost->sse_load[smode == DImode ? 1 : 0];
541 igain += 2 * m - ix86_cost->xmm_move;
544 += m * ix86_cost->int_store[2] - ix86_cost->sse_store[sse_cost_idx];
546 igain += m * ix86_cost->int_load[2] - ix86_cost->sse_load[sse_cost_idx];
556 igain += ix86_cost->add;
558 igain += ix86_cost->shift_const;
561 igain += ix86_cost->shift_const - ix86_cost->sse_op;
572 igain += m * ix86_cost->add - ix86_cost->sse_op;
576 igain += m * ix86_cost->add;
586 igain -= ix86_cost->sse_op + COSTS_N_INSNS (1);
590 igain += m * ix86_cost->add;
602 igain += m * (COSTS_N_INSNS (2) + ix86_cost->add);
604 igain -= ix86_cost->sse_op;
643 igain += (m * ix86_cost->int_store[2]
644 - ix86_cost->sse_store[sse_cost_idx]);
665 cost += n_sse_to_integer * ix86_cost->sse_to_integer;
669 cost += n_integer_to_sse * ix86_cost->sse_to_integer;