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

/freebsd-10.2-release/contrib/gcc/
H A Dgenpeep.c57 static void match_rtx (rtx, struct link *, int);
94 match_rtx (XVECEXP (peep, 0, i), NULL, insn_code_number);
130 match_rtx (rtx x, struct link *path, int fail_label)
186 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
209 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
233 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
238 match_rtx (XEXP (x, 0), path, fail_label);
267 match_rtx (XEXP (x, i), &link, fail_label);
276 match_rtx (XVECEXP (x, i, j), &link, fail_label);
128 match_rtx (rtx x, struct link *path, int fail_label) function

Completed in 108 milliseconds