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

  /src/external/gpl3/gcc/dist/gcc/
combine.cc 2585 rtx other_pat = 0;
4125 other_pat = PATTERN (undobuf.other_insn);
4126 other_code_number = recog_for_combine (&other_pat, undobuf.other_insn,
4129 if (other_code_number < 0 && ! check_asm_operands (other_pat))
4138 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat))
4227 PATTERN (undobuf.other_insn) = other_pat;
2571 rtx other_pat = 0; local
combine.cc 2585 rtx other_pat = 0;
4125 other_pat = PATTERN (undobuf.other_insn);
4126 other_code_number = recog_for_combine (&other_pat, undobuf.other_insn,
4129 if (other_code_number < 0 && ! check_asm_operands (other_pat))
4138 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat))
4227 PATTERN (undobuf.other_insn) = other_pat;
2571 rtx other_pat = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 2582 rtx other_pat = 0;
4107 other_pat = PATTERN (undobuf.other_insn);
4108 other_code_number = recog_for_combine (&other_pat, undobuf.other_insn,
4111 if (other_code_number < 0 && ! check_asm_operands (other_pat))
4120 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat))
4209 PATTERN (undobuf.other_insn) = other_pat;
2568 rtx other_pat = 0; local
combine.cc 2582 rtx other_pat = 0;
4107 other_pat = PATTERN (undobuf.other_insn);
4108 other_code_number = recog_for_combine (&other_pat, undobuf.other_insn,
4111 if (other_code_number < 0 && ! check_asm_operands (other_pat))
4120 if (!combine_validate_cost (i0, i1, i2, i3, newpat, newi2pat, other_pat))
4209 PATTERN (undobuf.other_insn) = other_pat;
2568 rtx other_pat = 0; local

Completed in 206 milliseconds