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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenpeep.c49 static void match_rtx (rtx, struct link *, int);
85 match_rtx (XVECEXP (peep, 0, i), NULL, info->index);
120 match_rtx (rtx x, struct link *path, int fail_label)
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
253 match_rtx (XEXP (x, i), &link, fail_label);
262 match_rtx (XVECEXP (x, i, j), &link, fail_label);
118 match_rtx (rtx x, struct link *path, int fail_label) function
H A Dgenrecog.c471 predicate_name (rtx match_rtx)
473 if (GET_CODE (match_rtx) == MATCH_SCRATCH)
476 return XSTR (match_rtx, 1);
469 predicate_name(rtx match_rtx) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenpeep.cc49 static void match_rtx (rtx, struct link *, int);
85 match_rtx (XVECEXP (peep, 0, i), NULL, info->index);
120 match_rtx (rtx x, struct link *path, int fail_label)
176 match_rtx (XVECEXP (x, 1, i), &link, fail_label);
199 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
223 match_rtx (XVECEXP (x, 2, i), &link, fail_label);
253 match_rtx (XEXP (x, i), &link, fail_label);
262 match_rtx (XVECEXP (x, i, j), &link, fail_label);
118 match_rtx (rtx x, struct link *path, int fail_label) function
H A Dgenrecog.cc471 predicate_name (rtx match_rtx)
473 if (GET_CODE (match_rtx) == MATCH_SCRATCH)
476 return XSTR (match_rtx, 1);
469 predicate_name(rtx match_rtx) argument

Completed in 141 milliseconds