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

  /src/external/gpl3/gcc/dist/gcc/
genpeep.cc 43 static int max_opno; variable
137 if (XINT (x, 0) > max_opno)
138 max_opno = XINT (x, 0);
181 if (XINT (x, 0) > max_opno)
182 max_opno = XINT (x, 0);
204 if (XINT (x, 0) > max_opno)
205 max_opno = XINT (x, 0);
354 max_opno = -1;
414 if (max_opno == -1)
415 max_opno = 1
    [all...]
genflags.cc 40 static int max_opno; variable
63 max_opno = MAX (max_opno, XINT (x, 0));
86 max_opno = -1;
91 return max_opno + 1;
gensupport.h 203 int max_opno; member in struct:pattern_stats
genemit.cc 422 if (stats.max_dup_opno > stats.max_opno)
471 && stats.min_scratch_opno <= MAX (stats.max_opno, stats.max_dup_opno))
492 && stats.max_opno >= stats.max_dup_opno
540 for (i = 0; i <= MAX (stats.max_opno, stats.max_dup_opno); i++)
gensupport.cc 3669 stats->max_opno = MAX (stats->max_opno, XINT (x, 0));
3714 stats->max_opno = -1;
3724 stats->num_generator_args = stats->max_opno + 1;
3725 stats->num_insn_operands = MAX (stats->max_opno,
3727 stats->num_operand_vars = MAX (stats->max_opno,
  /src/external/gpl3/gcc.old/dist/gcc/
genpeep.cc 43 static int max_opno; variable
137 if (XINT (x, 0) > max_opno)
138 max_opno = XINT (x, 0);
181 if (XINT (x, 0) > max_opno)
182 max_opno = XINT (x, 0);
204 if (XINT (x, 0) > max_opno)
205 max_opno = XINT (x, 0);
354 max_opno = -1;
414 if (max_opno == -1)
415 max_opno = 1
    [all...]
genflags.cc 40 static int max_opno; variable
63 max_opno = MAX (max_opno, XINT (x, 0));
86 max_opno = -1;
91 return max_opno + 1;
gensupport.h 198 int max_opno; member in struct:pattern_stats
genemit.cc 421 if (stats.max_dup_opno > stats.max_opno)
470 && stats.min_scratch_opno <= MAX (stats.max_opno, stats.max_dup_opno))
491 && stats.max_opno >= stats.max_dup_opno
539 for (i = 0; i <= MAX (stats.max_opno, stats.max_dup_opno); i++)
gensupport.cc 3069 stats->max_opno = MAX (stats->max_opno, XINT (x, 0));
3114 stats->max_opno = -1;
3124 stats->num_generator_args = stats->max_opno + 1;
3125 stats->num_insn_operands = MAX (stats->max_opno,
3127 stats->num_operand_vars = MAX (stats->max_opno,

Completed in 25 milliseconds