Searched refs:in_rtx (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dprint-rtl.c89 print_rtx (const_rtx in_rtx) argument
105 if (in_rtx == 0)
111 else if (GET_CODE (in_rtx) > NUM_RTX_CODE)
113 fprintf (outfile, "(??? bad code %d\n%s%*s)", GET_CODE (in_rtx),
119 is_insn = INSN_P (in_rtx);
124 && (is_insn || NOTE_P (in_rtx)
125 || LABEL_P (in_rtx) || BARRIER_P (in_rtx)))
133 if (flag_simple && CONST_INT_P (in_rtx))
136 fprintf (outfile, "(%s", GET_RTX_NAME (GET_CODE (in_rtx)));
[all...]
H A Dfinal.c4097 leaf_renumber_regs_insn (rtx in_rtx)
4102 if (in_rtx == 0)
4109 if (REG_P (in_rtx))
4114 if (in_rtx->used)
4117 newreg = REGNO (in_rtx);
4122 in_rtx->used = 1;
4127 df_set_regs_ever_live (REGNO (in_rtx), false);
4129 SET_REGNO (in_rtx, newreg);
4130 in_rtx->used = 1;
4133 if (INSN_P (in_rtx))
4077 leaf_renumber_regs_insn(rtx in_rtx) argument
[all...]
H A Dreload.h274 extern int remove_address_replacements (rtx in_rtx);
H A Dreload.c1673 remove_address_replacements (rtx in_rtx)
1682 if (loc_mentioned_in_p (replacements[i].where, in_rtx))
1666 remove_address_replacements(rtx in_rtx) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dprint-rtl.c131 print_rtx (rtx in_rtx) argument
147 if (in_rtx == 0)
153 else if (GET_CODE (in_rtx) > NUM_RTX_CODE)
155 fprintf (outfile, "(??? bad code %d\n)", GET_CODE (in_rtx));
160 is_insn = INSN_P (in_rtx);
165 && (is_insn || NOTE_P (in_rtx)
166 || LABEL_P (in_rtx) || BARRIER_P (in_rtx)))
174 if (flag_simple && GET_CODE (in_rtx) == CONST_INT)
177 fprintf (outfile, "(%s", GET_RTX_NAME (GET_CODE (in_rtx)));
[all...]
H A Dfinal.c3789 leaf_renumber_regs_insn (rtx in_rtx)
3794 if (in_rtx == 0)
3801 if (REG_P (in_rtx))
3806 if (in_rtx->used)
3809 newreg = REGNO (in_rtx);
3814 in_rtx->used = 1;
3819 regs_ever_live[REGNO (in_rtx)] = 0;
3821 REGNO (in_rtx) = newreg;
3822 in_rtx->used = 1;
3825 if (INSN_P (in_rtx))
3770 leaf_renumber_regs_insn(rtx in_rtx) argument
[all...]
H A Dreload.h272 extern int remove_address_replacements (rtx in_rtx);
H A Dreload.c1664 remove_address_replacements (rtx in_rtx)
1673 if (loc_mentioned_in_p (replacements[i].where, in_rtx))
1657 remove_address_replacements(rtx in_rtx) argument

Completed in 366 milliseconds