Searched refs:cost2 (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ccmp.cc | 213 unsigned cost2 = MAX_COST; in expand_ccmp_expr_1() local 245 cost2 = seq_cost (prep_seq_2, speed_p); in expand_ccmp_expr_1() 246 cost2 += seq_cost (gen_seq_2, speed_p); in expand_ccmp_expr_1() 248 if (cost2 < cost1) in expand_ccmp_expr_1()
|
| D | tree-ssa-loop-ivopts.cc | 219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2); 237 friend comp_cost operator- (comp_cost cost1, comp_cost cost2); 243 friend bool operator< (comp_cost cost1, comp_cost cost2); 246 friend bool operator== (comp_cost cost1, comp_cost cost2); 249 friend bool operator<= (comp_cost cost1, comp_cost cost2); 269 operator+ (comp_cost cost1, comp_cost cost2) in operator +() argument 271 if (cost1.infinite_cost_p () || cost2.infinite_cost_p ()) in operator +() 274 gcc_assert (cost1.cost + cost2.cost < infinite_cost.cost); in operator +() 275 cost1.cost += cost2.cost; in operator +() 276 cost1.complexity += cost2.complexity; in operator +() [all …]
|
| D | ifcvt.cc | 3534 unsigned cost1 = 0, cost2 = 0; in noce_convert_multiple_sets_1() local 3550 &cost2, &temp_dest2, cc_cmp, rev_cc_cmp); in noce_convert_multiple_sets_1() 3584 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) in noce_convert_multiple_sets_1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.cc | 2810 int cost2 = COSTS_N_INSNS (1); in bfin_rtx_costs() local 2817 *total = satisfies_constraint_Ks7 (x) ? 0 : cost2; in bfin_rtx_costs() 2819 *total = log2constp (~INTVAL (x)) ? 0 : cost2; in bfin_rtx_costs() 2821 *total = (INTVAL (x) >= -4 && INTVAL (x) <= 3) ? 0 : cost2; in bfin_rtx_costs() 2823 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 7) ? 0 : cost2; in bfin_rtx_costs() 2825 *total = (INTVAL (x) == 2 || INTVAL (x) == 4) ? 0 : cost2; in bfin_rtx_costs() 2830 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 31) ? 0 : cost2; in bfin_rtx_costs() 2832 *total = (INTVAL (x) & (INTVAL (x) - 1)) == 0 ? 0 : cost2; in bfin_rtx_costs() 2834 *total = cost2; in bfin_rtx_costs() 2855 *total = cost2; in bfin_rtx_costs() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 13366 int cost1, cost2; in mips_register_move_cost() local 13390 cost2 = mips_move_from_gpr_cost (to); in mips_register_move_cost() 13391 if (cost2 != 0) in mips_register_move_cost() 13392 return cost1 + cost2; in mips_register_move_cost()
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 65203 59d4d415c0b95468e101ad503c216d30 gcc/testsuite/gcc.target/i386/branch-cost2.c
|