Searched refs:loongarch_binary_cost (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.cc | 2715 loongarch_binary_cost (rtx x, int single_cost, int double_cost, bool speed) in loongarch_binary_cost() function 2915 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (2), in loongarch_rtx_costs() 2925 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), in loongarch_rtx_costs() 2928 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), in loongarch_rtx_costs() 2963 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in loongarch_rtx_costs() 2992 *total = loongarch_binary_cost (x, COSTS_N_INSNS (1), COSTS_N_INSNS (4), in loongarch_rtx_costs()
|