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

/freebsd-10.1-release/contrib/gcc/
H A Dalias.c1999 rtx rtlx, rtly;
2075 rtlx = DECL_RTL (exprx);
2081 if ((!MEM_P (rtlx) || !MEM_P (rtly))
2082 && ! rtx_equal_p (rtlx, rtly))
2089 basex = MEM_P (rtlx) ? XEXP (rtlx, 0) : rtlx;
2108 sizex = (!MEM_P (rtlx) ? (int) GET_MODE_SIZE (GET_MODE (rtlx))
2109 : MEM_SIZE (rtlx)
1996 rtx rtlx, rtly; local
[all...]

Completed in 56 milliseconds