Searched refs:REG_ATTRS (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dweb.c243 REG_ATTRS (newreg) = REG_ATTRS (reg);
H A Dlower-subreg.c663 REG_ATTRS (dest) = REG_ATTRS (real_dest);
756 REG_ATTRS (dest) = REG_ATTRS (real_dest);
H A Dregcprop.c466 REG_ATTRS (new_rtx) = REG_ATTRS (reg);
857 REG_ATTRS (new_rtx) = REG_ATTRS (src);
H A Demit-rtl.c929 REG_ATTRS (new_rtx) = get_reg_attrs (REG_EXPR (reg),
977 function, so setting REG_ATTRS, REG_POINTER and REG_POINTER_ALIGN
986 REG_ATTRS (reg)
993 if (REG_ATTRS (x))
1028 REG_ATTRS (XEXP (x, 0))
1035 /* Set the REG_ATTRS for registers in value X, given that X represents
1047 REG_ATTRS (x)
1053 REG_ATTRS (XEXP (x, 0)) = get_reg_attrs (t, 0);
1055 REG_ATTRS (XEXP (x, 1))
1073 REG_ATTRS (XEX
[all...]
H A Dira-emit.c230 REG_ATTRS (new_reg) = REG_ATTRS (original_reg);
H A Drtl.h1258 #define REG_ATTRS(RTX) X0REGATTR (RTX, 2)
1296 #define REG_EXPR(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->decl)
1300 #define REG_OFFSET(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
1255 #define REG_ATTRS macro
H A Dira-conflicts.c811 && (attrs = REG_ATTRS (regno_reg_rtx [ALLOCNO_REGNO (a)])) != NULL
H A Dprint-rtl.c449 if (REG_P (in_rtx) && REG_ATTRS (in_rtx))
H A Dregrename.c366 struct reg_attrs *attr = REG_ATTRS (*chain->loc);
378 REG_ATTRS (*chain->loc) = attr;
H A Dreginfo.c1194 if (REG_P (dest) && !REG_ATTRS (dest))
H A Dvar-tracking.c4699 /* If REG was a paradoxical subreg, its REG_ATTRS will describe the
7230 REG_ATTRS (new_loc) = REG_ATTRS (loc[n_var_parts]);
8022 if (REG_ATTRS (rtl))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dweb.c207 REG_ATTRS (newreg) = REG_ATTRS (reg);
H A Dregrename.c374 struct reg_attrs * attr = REG_ATTRS (*chain->loc);
379 REG_ATTRS (*chain->loc) = attr;
1390 REG_ATTRS (new) = REG_ATTRS (reg);
1679 REG_ATTRS (new) = REG_ATTRS (src);
H A Demit-rtl.c945 REG_ATTRS (new) = get_reg_attrs (REG_EXPR (reg),
956 REG_ATTRS (reg)
977 REG_ATTRS (XEXP (x, 0))
994 REG_ATTRS (x) = get_reg_attrs (t, 0);
996 REG_ATTRS (SUBREG_REG (x))
1001 REG_ATTRS (XEXP (x, 0)) = get_reg_attrs (t, 0);
1003 REG_ATTRS (XEXP (x, 1))
1013 REG_ATTRS (XEXP (y, 0)) = get_reg_attrs (t, INTVAL (XEXP (y, 1)));
1028 REG_ATTRS (x) = get_reg_attrs (t, 0);
1030 REG_ATTRS (SUBREG_RE
[all...]
H A Dregclass.c2526 if (!REG_ATTRS (dest) && REG_P (src))
2527 REG_ATTRS (dest) = REG_ATTRS (src);
2528 if (!REG_ATTRS (dest) && MEM_P (src))
H A Drtl.h1090 #define REG_ATTRS(RTX) X0REGATTR (RTX, 2)
1124 #define REG_EXPR(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->decl)
1128 #define REG_OFFSET(RTX) (REG_ATTRS (RTX) == 0 ? 0 : REG_ATTRS (RTX)->offset)
1087 #define REG_ATTRS macro
H A Dprint-rtl.c464 if (REG_P (in_rtx) && REG_ATTRS (in_rtx))
H A Dvar-tracking.c2188 REG_ATTRS (new_loc) = REG_ATTRS (loc[n_var_parts]);
2467 if (REG_ATTRS (rtl))

Completed in 211 milliseconds