Home | History | Annotate | Download | only in gcc

Lines Matching defs:this_rtx

134       rtx this_rtx = XVECEXP (tmp, 0, i);
137 if (GET_CODE (this_rtx) == SET
138 && SET_SRC (this_rtx) == SET_DEST (this_rtx))
140 else if (GET_CODE (this_rtx) != CLOBBER
141 && GET_CODE (this_rtx) != USE)
259 rtx this_rtx = XVECEXP (p, 0, i);
260 if (this_rtx == other_set)
262 if (GET_CODE (this_rtx) != CLOBBER)
264 if (!REG_P (XEXP (this_rtx, 0))
265 || !HARD_REGISTER_P (XEXP (this_rtx, 0)))
267 unsigned int end_regno = END_REGNO (XEXP (this_rtx, 0));
268 for (unsigned int regno = REGNO (XEXP (this_rtx, 0));