Searched refs:cost_data (Results 1 – 6 of 6) sorted by relevance
1369 cost_data = &alpha_rtx_cost_size; in alpha_rtx_costs()1425 *total = cost_data->fp_add; in alpha_rtx_costs()1440 *total = cost_data->fp_mult; in alpha_rtx_costs()1442 *total = cost_data->int_mult_di; in alpha_rtx_costs()1444 *total = cost_data->int_mult_si; in alpha_rtx_costs()1458 *total = cost_data->int_shift; in alpha_rtx_costs()1463 *total = cost_data->fp_add; in alpha_rtx_costs()1465 *total = cost_data->int_cmov; in alpha_rtx_costs()1473 *total = cost_data->int_div; in alpha_rtx_costs()1505 *total = cost_data->fp_add; in alpha_rtx_costs()[all …]
5155 rs6000_cost_data *cost_data = (rs6000_cost_data*) data; in rs6000_add_stmt_cost() local5171 cost_data->cost[where] += retval; in rs6000_add_stmt_cost()5192 rs6000_cost_data *cost_data = (rs6000_cost_data*) data; in rs6000_finish_cost() local5194 if (cost_data->loop_info) in rs6000_finish_cost()5195 rs6000_density_test (cost_data); in rs6000_finish_cost()5201 if (cost_data->loop_info) in rs6000_finish_cost()5203 loop_vec_info vec_info = loop_vec_info_for_loop (cost_data->loop_info); in rs6000_finish_cost()5207 cost_data->cost[vect_body] += 10000; in rs6000_finish_cost()5210 *prologue_cost = cost_data->cost[vect_prologue]; in rs6000_finish_cost()5211 *body_cost = cost_data->cost[vect_body]; in rs6000_finish_cost()[all …]
26889 (rs6000_init_cost): Use vect_nonmem of cost_data instead.