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

/openbsd-current/gnu/gcc/gcc/
H A Dgenrecog.c417 static rtx find_matching_operand
587 find_matching_operand (rtx pattern, int n)
608 if ((r = find_matching_operand (XEXP (pattern, i), n)))
619 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
714 && find_matching_operand (insn, XINT (pattern, 0)))
584 find_matching_operand (rtx pattern, int n) function
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c236 static rtx find_matching_operand
414 find_matching_operand (pattern, n)
437 if ((r = find_matching_operand (XEXP (pattern, i), n)))
448 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
580 && find_matching_operand (insn, XINT (pattern, 0)))
412 find_matching_operand (pattern, n) function

Completed in 186 milliseconds