Searched refs:regno_use_in (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c3474 regno_use_in (unsigned int regno, rtx x)
3488 if ((tem = regno_use_in (regno, XEXP (x, i))))
3493 if ((tem = regno_use_in (regno , XVECEXP (x, i, j))))
3449 regno_use_in (unsigned int regno, rtx x) function
H A Drtl.h3576 extern rtx regno_use_in (unsigned int, rtx);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtlanal.cc3792 regno_use_in (unsigned int regno, rtx x)
3806 if ((tem = regno_use_in (regno, XEXP (x, i))))
3811 if ((tem = regno_use_in (regno , XVECEXP (x, i, j))))
3767 regno_use_in (unsigned int regno, rtx x) function
H A Drtl.h3716 extern rtx regno_use_in (unsigned int, rtx);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c10266 if ((tem = regno_use_in (regno, XEXP (x, i))))
10271 if ((tem = regno_use_in (regno , XVECEXP (x, i, j))))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc10265 if ((tem = regno_use_in (regno, XEXP (x, i))))
10270 if ((tem = regno_use_in (regno , XVECEXP (x, i, j))))

Completed in 340 milliseconds