Home
last modified time | relevance | path

Searched refs:regno_use_in (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drtlanal.c2873 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))))
Drtl.h1658 extern rtx regno_use_in PARAMS ((unsigned int, rtx));
DChangeLog.15579 * haifa-sched.c (regno_use_in): Moved to rtlanal.c.
5587 * sched.c (regno_use_in): Moved to rtlanal.c.
DChangeLog.39136 (regno_use_in, combine_instructions, remove_death): Likewise.
9147 (find_regno_note, regno_use_in): Arg REGNO now unsigned.
DChangeLog.08377 (regno_use_in): Likewise.
DChangeLog.210564 jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
/openbsd/src/gnu/gcc/gcc/
Drtlanal.c2712 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()
Drtl.h1724 extern rtx regno_use_in (unsigned int, rtx);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sh/
Dsh.c7250 && ! regno_use_in (REGNO (SET_DEST (single_set (dep_insn))),
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.c6454 else if (regno_use_in (LR_REGNUM, operands[0]))
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.c8653 && ! regno_use_in (REGNO (SET_DEST (single_set (dep_insn))), in sh_adjust_cost()
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c8591 else if (regno_use_in (LR_REGNUM, operands[0])) in output_call_mem()