Searched refs:break_out_memory_refs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.cc | 46 static rtx break_out_memory_refs (rtx); 268 break_out_memory_refs (rtx x) in break_out_memory_refs() function 277 rtx op0 = break_out_memory_refs (XEXP (x, 0)); in break_out_memory_refs() 278 rtx op1 = break_out_memory_refs (XEXP (x, 1)); in break_out_memory_refs() 457 x = break_out_memory_refs (x); in memory_address_addr_space()
|
H A D | ChangeLog-2008 | 22572 * explow.c (break_out_memory_refs): Use simplify_gen_binary rather
|
H A D | ChangeLog-2009 | 4784 * explow.c (break_out_memory_refs): Likewise.
|
H A D | ChangeLog-2004 | 26726 * explow.c (break_out_memory_refs, copy_all_regs, validize_mem,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.c | 46 static rtx break_out_memory_refs (rtx); 269 break_out_memory_refs (rtx x) in break_out_memory_refs() function 278 rtx op0 = break_out_memory_refs (XEXP (x, 0)); in break_out_memory_refs() 279 rtx op1 = break_out_memory_refs (XEXP (x, 1)); in break_out_memory_refs() 433 x = break_out_memory_refs (x); in memory_address_addr_space()
|
H A D | target.def | 2798 @findex break_out_memory_refs\n\ 2799 @var{x} will always be the result of a call to @code{break_out_memory_refs},\n\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 5770 @findex break_out_memory_refs 5771 @var{x} will always be the result of a call to @code{break_out_memory_refs},
|
H A D | gccint.info | 36416 X will always be the result of a call to 'break_out_memory_refs', 52486 * break_out_memory_refs: Addressing Modes. (line 134)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 37854 X will always be the result of a call to 'break_out_memory_refs', 54186 * break_out_memory_refs: Addressing Modes. (line 134)
|