Searched refs:regno_use_in (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | rtlanal.c | 2873 regno_use_in (regno, x) in regno_use_in() function 2889 if ((tem = regno_use_in (regno, XEXP (x, i)))) 2894 if ((tem = regno_use_in (regno , XVECEXP (x, i, j))))
|
| D | rtl.h | 1658 extern rtx regno_use_in PARAMS ((unsigned int, rtx));
|
| D | ChangeLog.1 | 5579 * haifa-sched.c (regno_use_in): Moved to rtlanal.c. 5587 * sched.c (regno_use_in): Moved to rtlanal.c.
|
| D | ChangeLog.3 | 9136 (regno_use_in, combine_instructions, remove_death): Likewise. 9147 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
|
| D | ChangeLog.0 | 8377 (regno_use_in): Likewise.
|
| D | ChangeLog.2 | 10564 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | rtlanal.c | 2712 regno_use_in (unsigned int regno, rtx x) in regno_use_in() function 2726 if ((tem = regno_use_in (regno, XEXP (x, i)))) in regno_use_in() 2731 if ((tem = regno_use_in (regno , XVECEXP (x, i, j)))) in regno_use_in()
|
| D | rtl.h | 1724 extern rtx regno_use_in (unsigned int, rtx);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/ |
| D | sh.c | 7250 && ! regno_use_in (REGNO (SET_DEST (single_set (dep_insn))),
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/ |
| D | arm.c | 6454 else if (regno_use_in (LR_REGNUM, operands[0]))
|
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | sh.c | 8653 && ! regno_use_in (REGNO (SET_DEST (single_set (dep_insn))), in sh_adjust_cost()
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm.c | 8591 else if (regno_use_in (LR_REGNUM, operands[0])) in output_call_mem()
|