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

  /src/external/gpl3/gcc/dist/gcc/
ccmp.cc 214 unsigned cost1 = MAX_COST; local
229 cost1 = seq_cost (prep_seq_1, speed_p);
230 cost1 += seq_cost (gen_seq_1, speed_p);
238 if (tmp == NULL || cost1 < COSTS_N_INSNS (25))
250 if (cost2 < cost1)
ifcvt.cc 3723 unsigned cost1 = 0, cost2 = 0;
3730 &cost1, &temp_dest1);
3773 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX))
3720 unsigned cost1 = 0, cost2 = 0; local
tree-ssa-loop-ivopts.cc 218 /* Adds costs COST1 and COST2. */
219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
236 /* Subtracts costs COST1 and COST2. */
237 friend comp_cost operator- (comp_cost cost1, comp_cost cost2);
242 /* Returns true if COST1 is smaller than COST2. */
243 friend bool operator< (comp_cost cost1, comp_cost cost2);
245 /* Returns true if COST1 and COST2 are equal. */
246 friend bool operator== (comp_cost cost1, comp_cost cost2);
248 /* Returns true if COST1 is smaller or equal than COST2. */
249 friend bool operator<= (comp_cost cost1, comp_cost cost2)
4350 comp_cost cost0, cost1, cost; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ccmp.cc 212 unsigned cost1 = MAX_COST; local
227 cost1 = seq_cost (prep_seq_1, speed_p);
228 cost1 += seq_cost (gen_seq_1, speed_p);
236 if (tmp == NULL || cost1 < COSTS_N_INSNS (25))
248 if (cost2 < cost1)
ifcvt.cc 3537 unsigned cost1 = 0, cost2 = 0;
3544 &cost1, &temp_dest1);
3587 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX))
3534 unsigned cost1 = 0, cost2 = 0; local
tree-ssa-loop-ivopts.cc 218 /* Adds costs COST1 and COST2. */
219 friend comp_cost operator+ (comp_cost cost1, comp_cost cost2);
236 /* Subtracts costs COST1 and COST2. */
237 friend comp_cost operator- (comp_cost cost1, comp_cost cost2);
242 /* Returns true if COST1 is smaller than COST2. */
243 friend bool operator< (comp_cost cost1, comp_cost cost2);
245 /* Returns true if COST1 and COST2 are equal. */
246 friend bool operator== (comp_cost cost1, comp_cost cost2);
248 /* Returns true if COST1 is smaller or equal than COST2. */
249 friend bool operator<= (comp_cost cost1, comp_cost cost2)
4309 comp_cost cost0, cost1, cost; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 5041 int cost1, cost2; local
5062 cost1 = loongarch_move_to_gpr_cost (from);
5063 if (cost1 != 0)
5067 return cost1 + cost2;
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 6943 int cost1, cost2; local
6968 cost1 = loongarch_move_to_gpr_cost (from);
6969 if (cost1 != 0)
6973 return cost1 + cost2;
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 13605 int cost1, cost2;
13626 cost1 = mips_move_to_gpr_cost (from);
13627 if (cost1 != 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;
13441 cost1 = mips_move_to_gpr_cost (from);
13442 if (cost1 != 0)
13446 return cost1 + cost2;
13366 int cost1, cost2; local

Completed in 77 milliseconds