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

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 3068 unsigned char no_equiv : 1;
3429 no_equiv (rtx reg, const_rtx store ATTRIBUTE_UNUSED,
3438 reg_equiv[regno].no_equiv = 1;
3605 no_equiv (XEXP (note, 0), note, NULL);
3614 note_pattern_stores (PATTERN (insn), no_equiv, NULL);
3625 note_pattern_stores (part, no_equiv, NULL);
3683 note_pattern_stores (set, no_equiv, NULL);
3691 note_pattern_stores (set, no_equiv, NULL);
3715 if (reg_equiv[regno].no_equiv)
3724 no_equiv (dest, set, NULL)
3593 note_pattern_stores (PATTERN (insn), no_equiv, NULL); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 3060 unsigned char no_equiv : 1;
3418 no_equiv (rtx reg, const_rtx store ATTRIBUTE_UNUSED,
3427 reg_equiv[regno].no_equiv = 1;
3593 no_equiv (XEXP (note, 0), note, NULL);
3602 note_pattern_stores (PATTERN (insn), no_equiv, NULL);
3613 note_pattern_stores (part, no_equiv, NULL);
3671 note_pattern_stores (set, no_equiv, NULL);
3679 note_pattern_stores (set, no_equiv, NULL);
3703 if (reg_equiv[regno].no_equiv)
3712 no_equiv (dest, set, NULL)
3581 note_pattern_stores (PATTERN (insn), no_equiv, NULL); local
    [all...]

Completed in 46 milliseconds