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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 250 SUBPATTERN, RECOG, SPLIT, PEEPHOLE2
988 /* For PEEPHOLE2, the number of additional instructions that were
1177 May fail for PEEPHOLE2 if the define_peephole2 C code executes FAIL. */
1371 return kind == rtx_test::ACCEPT && u.acceptance.type != PEEPHOLE2;
3142 decision. This is in any case the best we can do for peephole2,
3143 since whether a peephole2 ACCEPT succeeds or not depends on the
3144 specific peephole2 pattern (which is unique to each ACCEPT
4193 For peephole2, TOP_PATTERN is a SEQUENCE of the instruction patterns
4200 if (acceptance.type == PEEPHOLE2)
4369 case PEEPHOLE2
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 250 SUBPATTERN, RECOG, SPLIT, PEEPHOLE2
988 /* For PEEPHOLE2, the number of additional instructions that were
1177 May fail for PEEPHOLE2 if the define_peephole2 C code executes FAIL. */
1371 return kind == rtx_test::ACCEPT && u.acceptance.type != PEEPHOLE2;
3142 decision. This is in any case the best we can do for peephole2,
3143 since whether a peephole2 ACCEPT succeeds or not depends on the
3144 specific peephole2 pattern (which is unique to each ACCEPT
4193 For peephole2, TOP_PATTERN is a SEQUENCE of the instruction patterns
4200 if (acceptance.type == PEEPHOLE2)
4369 case PEEPHOLE2
    [all...]

Completed in 30 milliseconds