Searched refs:loongarch_cost (Results 1 – 1 of 1) sorted by relevance
212 static const struct loongarch_rtx_cost_data *loongarch_cost; variable2733 return mode == DFmode ? loongarch_cost->fp_mult_df in loongarch_fp_mult_cost()2734 : loongarch_cost->fp_mult_sf; in loongarch_fp_mult_cost()2742 return mode == DFmode ? loongarch_cost->fp_div_df in loongarch_fp_div_cost()2743 : loongarch_cost->fp_div_sf; in loongarch_fp_div_cost()2934 *total = loongarch_cost->fp_add; in loongarch_rtx_costs()2960 *total = loongarch_cost->fp_add; in loongarch_rtx_costs()2971 *total = loongarch_cost->fp_add; in loongarch_rtx_costs()2998 *total = loongarch_cost->fp_add; in loongarch_rtx_costs()3012 ? loongarch_cost->int_mult_si * 3 + 6 in loongarch_rtx_costs()[all …]