Home | History | Annotate | Download | only in alpha

Lines Matching defs:cost_data

1370   const struct alpha_rtx_cost_data *cost_data;
1373 cost_data = &alpha_rtx_cost_size;
1375 cost_data = &alpha_rtx_cost_data[alpha_tune];
1429 *total = cost_data->fp_add;
1444 *total = cost_data->fp_mult;
1446 *total = cost_data->int_mult_di;
1448 *total = cost_data->int_mult_si;
1462 *total = cost_data->int_shift;
1467 *total = cost_data->fp_add;
1469 *total = cost_data->int_cmov;
1477 *total = cost_data->int_div;
1479 *total = cost_data->fp_div_sf;
1481 *total = cost_data->fp_div_df;
1499 *total = COSTS_N_INSNS (1) + cost_data->int_cmov;
1509 *total = cost_data->fp_add;
1516 *total = cost_data->fp_add;