Searched refs:frame_related (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/gcc/ |
| D | rtl.h | 301 unsigned frame_related : 1; member 757 JUMP_INSN, BARRIER, SET)->frame_related) 999 (RTL_FLAG_CHECK1("REG_POINTER", (RTX), REG)->frame_related) 1003 (RTL_FLAG_CHECK1("MEM_POINTER", (RTX), MEM)->frame_related) 1257 (RTX), SYMBOL_REF)->frame_related)
|
| D | rtl.c | 271 RTX_FLAG (copy, frame_related) = 0; in copy_rtx()
|
| D | print-rtl.c | 190 if (RTX_FLAG (in_rtx, frame_related)) in print_rtx()
|
| D | emit-rtl.c | 4889 RTX_FLAG (copy, frame_related) = 0; in copy_insn_1()
|
| D | ChangeLog-1999 | 16992 * rtl.h (struct rtx_def): Update comment for frame_related field. 20891 * print-rtl.c (print_rtx): Print /f for frame_related.
|
| D | ChangeLog-2000 | 229 * rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related 2267 * rtl.h (rtx_def): Use frame_related bit to indicate register is
|
| D | FSFChangeLog.11 | 8333 (struct rtx_def): Add frame_related bitfield.
|
| D | ChangeLog-2002 | 30856 frame_related flag for call-clobbered registers.
|
| D | ChangeLog-2004 | 37744 (struct rtx_def): Use integrated for MEM_SCALAR_P and frame_related
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | rtl.texi | 652 @cindex @code{frame_related}, in @code{mem} 660 Stored in the @code{frame_related} field and printed as @samp{/f}. 690 @cindex @code{frame_related}, in @code{reg} 693 @code{frame_related} field and printed as @samp{/f}. 714 @cindex @code{frame_related}, in @code{insn}, @code{call_insn}, @code{jump_insn}, @code{barrier}, a… 721 Stored in the @code{frame_related} field and printed as @samp{/f}. 800 @cindex @code{frame_related}, in @code{symbol_ref} 804 Stored in the @code{frame_related} field and printed as @samp{/f}. 880 @findex frame_related 882 @item frame_related
|