HomeSort by: relevance | last modified time | path
    Searched defs:find_matching_operand (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 408 find_matching_operand (rtx pattern, int n)
429 if ((r = find_matching_operand (XEXP (pattern, i), n)))
440 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
591 && find_matching_operand (info->def,
406 find_matching_operand (rtx pattern, int n) function
genrecog.cc 408 find_matching_operand (rtx pattern, int n)
429 if ((r = find_matching_operand (XEXP (pattern, i), n)))
440 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
591 && find_matching_operand (info->def,
406 find_matching_operand (rtx pattern, int n) function
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 408 find_matching_operand (rtx pattern, int n)
429 if ((r = find_matching_operand (XEXP (pattern, i), n)))
440 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
591 && find_matching_operand (info->def,
406 find_matching_operand (rtx pattern, int n) function
genrecog.cc 408 find_matching_operand (rtx pattern, int n)
429 if ((r = find_matching_operand (XEXP (pattern, i), n)))
440 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n)))
591 && find_matching_operand (info->def,
406 find_matching_operand (rtx pattern, int n) function

Completed in 119 milliseconds