Home
last modified time | relevance | path

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

12

/openbsd/gnu/gcc/gcc/
H A Dweb.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()
H A Dcfg.c553 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_flow_info()
H A Demit-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()
H A Dregclass.c2453 && ! REG_USERVAR_P (SET_DEST (x)) in reg_scan_mark_refs()
H A Drtl.h980 #define REG_USERVAR_P(RTX) \ macro
H A Dvarasm.c1101 REG_USERVAR_P (DECL_RTL (decl)) = 1; in make_decl_rtl()
H A Doptabs.c3415 if (! REG_P (target) || REG_USERVAR_P (target)) in emit_libcall_block()
H A Dreload1.c1134 REG_USERVAR_P (reg) = 0; in reload()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dintegrate.c600 || (GET_CODE (copy) == REG && REG_USERVAR_P (loc)
601 && ! REG_USERVAR_P (copy))
606 REG_USERVAR_P (temp) = REG_USERVAR_P (loc);
2060 REG_USERVAR_P (map->reg_map[regno]) = REG_USERVAR_P (orig);
2089 REG_USERVAR_P (map->reg_map[regno]) = REG_USERVAR_P (temp);
2561 if (! (regno < FIRST_PSEUDO_REGISTER && REG_USERVAR_P (x))
H A Dcfg.c537 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i]))
H A Demit-rtl.c854 REG_USERVAR_P (XEXP (reg, 0)) = 1;
855 REG_USERVAR_P (XEXP (reg, 1)) = 1;
858 REG_USERVAR_P (reg) = 1;
H A Dregclass.c2507 && ! REG_USERVAR_P (SET_DEST (x))
H A Drtl.h1006 #define REG_USERVAR_P(RTX) \ macro
H A Dloop.c4997 && REG_USERVAR_P (v->dest_reg))
7791 if (! g2->replaceable && REG_USERVAR_P (g2->dest_reg))
10020 REG_USERVAR_P (reg) = 1;
H A Dunroll.c3449 && ! REG_USERVAR_P (iteration_var))
H A Dcombine.c1993 && ! REG_USERVAR_P (SET_DEST (newpat))))
2200 && ! REG_USERVAR_P (i2dest))))
2301 && ! REG_USERVAR_P (i2dest)))
5197 || (REG_N_SETS (regno) == 1 && ! REG_USERVAR_P (dest)))
H A Dfunction.c2970 REG_USERVAR_P (XEXP (r, 0)) = REG_USERVAR_P (reg);
H A Dreload1.c1169 REG_USERVAR_P (reg) = 0;
3798 && REG_USERVAR_P (x))
H A Dvarasm.c870 REG_USERVAR_P (DECL_RTL (decl)) = 1;
H A Doptabs.c3164 if (! REG_P (target) || REG_USERVAR_P (target))
H A DFSFChangeLog503 * function.c (gen_mem_addressof): Copy REG_USERVAR_P to new reg.
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c3958 REG_USERVAR_P (get_fpscr_rtx ()) = 0;
6702 REG_USERVAR_P (fpscr_rtx) = 1; in get_fpscr_rtx()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c4870 REG_USERVAR_P (get_fpscr_rtx ()) = 0; in sh_reorg()
8036 REG_USERVAR_P (fpscr_rtx) = 1; in get_fpscr_rtx()
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi695 @findex REG_USERVAR_P
698 @item REG_USERVAR_P (@var{x})
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi542 @findex REG_USERVAR_P
545 @item REG_USERVAR_P (@var{x})

12