HomeSort by: relevance | last modified time | path
    Searched defs:cost2 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ccmp.cc 215 unsigned cost2 = MAX_COST; local
247 cost2 = seq_cost (prep_seq_2, speed_p);
248 cost2 += seq_cost (gen_seq_2, speed_p);
250 if (cost2 < cost1)
ifcvt.cc 3723 unsigned cost1 = 0, cost2 = 0;
3739 &cost2, &temp_dest2, cc_cmp, rev_cc_cmp);
3773 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX))
3720 unsigned cost1 = 0, cost2 = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
ccmp.cc 213 unsigned cost2 = MAX_COST; local
245 cost2 = seq_cost (prep_seq_2, speed_p);
246 cost2 += seq_cost (gen_seq_2, speed_p);
248 if (cost2 < cost1)
ifcvt.cc 3537 unsigned cost1 = 0, cost2 = 0;
3553 &cost2, &temp_dest2, cc_cmp, rev_cc_cmp);
3587 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX))
3534 unsigned cost1 = 0, cost2 = 0; local
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 2822 int cost2 = COSTS_N_INSNS (1);
2829 *total = satisfies_constraint_Ks7 (x) ? 0 : cost2;
2831 *total = log2constp (~INTVAL (x)) ? 0 : cost2;
2833 *total = (INTVAL (x) >= -4 && INTVAL (x) <= 3) ? 0 : cost2;
2835 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 7) ? 0 : cost2;
2837 *total = (INTVAL (x) == 2 || INTVAL (x) == 4) ? 0 : cost2;
2842 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 31) ? 0 : cost2;
2844 *total = (INTVAL (x) & (INTVAL (x) - 1)) == 0 ? 0 : cost2;
2846 *total = cost2;
2867 *total = cost2;
2811 int cost2 = COSTS_N_INSNS (1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.cc 2821 int cost2 = COSTS_N_INSNS (1);
2828 *total = satisfies_constraint_Ks7 (x) ? 0 : cost2;
2830 *total = log2constp (~INTVAL (x)) ? 0 : cost2;
2832 *total = (INTVAL (x) >= -4 && INTVAL (x) <= 3) ? 0 : cost2;
2834 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 7) ? 0 : cost2;
2836 *total = (INTVAL (x) == 2 || INTVAL (x) == 4) ? 0 : cost2;
2841 *total = (INTVAL (x) >= 0 && INTVAL (x) <= 31) ? 0 : cost2;
2843 *total = (INTVAL (x) & (INTVAL (x) - 1)) == 0 ? 0 : cost2;
2845 *total = cost2;
2866 *total = cost2;
2810 int cost2 = COSTS_N_INSNS (1); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 5041 int cost1, cost2; local
5065 cost2 = loongarch_move_from_gpr_cost (to);
5066 if (cost2 != 0)
5067 return cost1 + cost2;
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 6943 int cost1, cost2; local
6971 cost2 = loongarch_move_from_gpr_cost (to);
6972 if (cost2 != 0)
6973 return cost1 + cost2;
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 13605 int cost1, cost2;
13629 cost2 = mips_move_from_gpr_cost (to);
13630 if (cost2 != 0)
13631 return cost1 + cost2;
13551 int cost1, cost2; local
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 13420 int cost1, cost2;
13444 cost2 = mips_move_from_gpr_cost (to);
13445 if (cost2 != 0)
13446 return cost1 + cost2;
13366 int cost1, cost2; local

Completed in 75 milliseconds