Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dalias.cc2836 rtx rtlx, rtly; in nonoverlapping_memrefs_p() local
2921 rtly = DECL_RTL (expry); in nonoverlapping_memrefs_p()
2926 if ((!MEM_P (rtlx) || !MEM_P (rtly)) in nonoverlapping_memrefs_p()
2927 && ! rtx_equal_p (rtlx, rtly)) in nonoverlapping_memrefs_p()
2933 if (MEM_P (rtlx) && MEM_P (rtly) in nonoverlapping_memrefs_p()
2934 && MEM_ADDR_SPACE (rtlx) != MEM_ADDR_SPACE (rtly)) in nonoverlapping_memrefs_p()
2944 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly; in nonoverlapping_memrefs_p()
2969 sizey = (!MEM_P (rtly) ? poly_int64 (GET_MODE_SIZE (GET_MODE (rtly))) in nonoverlapping_memrefs_p()
2970 : MEM_SIZE_KNOWN_P (rtly) ? MEM_SIZE (rtly) in nonoverlapping_memrefs_p()