Searched refs:i1dest (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | combine.c | 1480 combinable_i3pat (rtx i3, rtx *loc, rtx i2dest, rtx i1dest, in combinable_i3pat() argument 1505 || (i1dest && rtx_equal_p (i1dest, inner_dest))) in combinable_i3pat() 1507 || (i1dest && reg_overlap_mentioned_p (i1dest, inner_dest)))) in combinable_i3pat() 1523 || (i1_not_in_src && reg_overlap_mentioned_p (i1dest, src))) in combinable_i3pat() 1563 if (! combinable_i3pat (i3, &XVECEXP (x, 0, i), i2dest, i1dest, in combinable_i3pat() 1827 rtx i2dest, i2src, i1dest = 0, i1src = 0; in try_combine() local 2140 || (i1 && ! can_combine_p (i1, i3, NULL_RTX, i2, &i1dest, &i1src))) in try_combine() 2149 i1dest_in_i1src = i1 && reg_overlap_mentioned_p (i1dest, i1src); in try_combine() 2152 i1dest_killed = i1 && dead_or_set_p (i1, i1dest); in try_combine() 2156 i1_feeds_i3 = i1 && ! reg_overlap_mentioned_p (i1dest, i2src); in try_combine() [all …]
|
| D | reg-stack.c | 865 rtx i1dest = *get_true_reg (&SET_DEST (i1set)); in emit_swap_insn() local 870 if (REG_P (i1dest) && REGNO (i1dest) == FIRST_STACK_REG in emit_swap_insn() 879 if (REG_P (i1dest) && REGNO (i1dest) == (unsigned) hard_regno in emit_swap_insn()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | combine.c | 1320 combinable_i3pat (i3, loc, i2dest, i1dest, i1_not_in_src, pi3dest_killed) in combinable_i3pat() argument 1324 rtx i1dest; 1376 || (i1dest && reg_overlap_mentioned_p (i1dest, inner_dest)))) 1392 || (i1_not_in_src && reg_overlap_mentioned_p (i1dest, src))) 1424 if (! combinable_i3pat (i3, &XVECEXP (x, 0, i), i2dest, i1dest, 1571 rtx i2dest, i2src, i1dest = 0, i1src = 0; local 1817 || (i1 && ! can_combine_p (i1, i3, NULL_RTX, i2, &i1dest, &i1src))) 1826 i1dest_in_i1src = i1 && reg_overlap_mentioned_p (i1dest, i1src); 1831 i1_feeds_i3 = i1 && ! reg_overlap_mentioned_p (i1dest, i2src); 1834 if (! combinable_i3pat (i3, &PATTERN (i3), i2dest, i1dest, [all …]
|
| D | reg-stack.c | 1023 rtx i1dest = *get_true_reg (&SET_DEST (i1set)); local 1028 if (GET_CODE (i1dest) == REG && REGNO (i1dest) == FIRST_STACK_REG 1037 if (GET_CODE (i1dest) == REG && REGNO (i1dest) == (unsigned) hard_regno
|
| D | ChangeLog.0 | 10461 sets i1dest.
|