Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDweb.c205 else if (REG_USERVAR_P (reg) && 0/*&& !flag_messy_debugging*/) in entry_register()
216 REG_USERVAR_P (newreg) = REG_USERVAR_P (reg); in entry_register()
HDcfg.c553 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_flow_info()
HDemit-rtl.c1028 REG_USERVAR_P (XEXP (reg, 0)) = 1; in mark_user_reg()
1029 REG_USERVAR_P (XEXP (reg, 1)) = 1; in mark_user_reg()
1034 REG_USERVAR_P (reg) = 1; in mark_user_reg()
HDregclass.c2453 && ! REG_USERVAR_P (SET_DEST (x)) in reg_scan_mark_refs()
HDrtl.h994 #define REG_USERVAR_P(RTX) \ macro
HDvarasm.c1101 REG_USERVAR_P (DECL_RTL (decl)) = 1; in make_decl_rtl()
HDoptabs.c3419 if (! REG_P (target) || REG_USERVAR_P (target)) in emit_libcall_block()
HDreload1.c1134 REG_USERVAR_P (reg) = 0; in reload()
HDFSFChangeLog503 * function.c (gen_mem_addressof): Copy REG_USERVAR_P to new reg.
HDcombine.c1767 && !REG_USERVAR_P (x)); in can_change_dest_mode()
HDChangeLog-19985281 REG_USERVAR_P make the new REG be so also.
HDChangeLog-200030514 * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
HDChangeLog-200436371 to a MEM, clear MEM_VOLATILE_P which was formerly REG_USERVAR_P.
/NextBSD/contrib/gcc/doc/
HDrtl.texi695 @findex REG_USERVAR_P
698 @item REG_USERVAR_P (@var{x})