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

  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 1822 rtx set3 = single_set (insn_3); local
1823 ASSERT_NE (NULL, set3);
read-rtl-function.cc 1822 rtx set3 = single_set (insn_3); local
1823 ASSERT_NE (NULL, set3);
combine.cc 2604 rtx set0, set3;
2647 && (set3 = single_set (i3))
2648 /* Ensure the destination of SET3 is a MEM. */
2649 && GET_CODE (SET_DEST (set3)) == MEM
2651 in SET3 and look for that? I don't have cases where it matters
2653 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0)))
2590 rtx set0, set3; local
combine.cc 2604 rtx set0, set3;
2647 && (set3 = single_set (i3))
2648 /* Ensure the destination of SET3 is a MEM. */
2649 && GET_CODE (SET_DEST (set3)) == MEM
2651 in SET3 and look for that? I don't have cases where it matters
2653 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0)))
2590 rtx set0, set3; local
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 1821 rtx set3 = single_set (insn_3); local
1822 ASSERT_NE (NULL, set3);
read-rtl-function.cc 1821 rtx set3 = single_set (insn_3); local
1822 ASSERT_NE (NULL, set3);
combine.cc 2601 rtx set0, set3;
2644 && (set3 = single_set (i3))
2645 /* Ensure the destination of SET3 is a MEM. */
2646 && GET_CODE (SET_DEST (set3)) == MEM
2648 in SET3 and look for that? I don't have cases where it matters
2650 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0)))
2587 rtx set0, set3; local
combine.cc 2601 rtx set0, set3;
2644 && (set3 = single_set (i3))
2645 /* Ensure the destination of SET3 is a MEM. */
2646 && GET_CODE (SET_DEST (set3)) == MEM
2648 in SET3 and look for that? I don't have cases where it matters
2650 && rtx_referenced_p (XEXP (SET_DEST (set3), 0), SET_SRC (set0)))
2587 rtx set0, set3; local

Completed in 143 milliseconds