Searched refs:find_matching_operand (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genrecog.c | 406 find_matching_operand (rtx pattern, int n) in find_matching_operand() function 427 if ((r = find_matching_operand (XEXP (pattern, i), n))) in find_matching_operand() 438 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n))) in find_matching_operand() 589 && find_matching_operand (info->def, in validate_pattern()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genrecog.cc | 406 find_matching_operand (rtx pattern, int n) in find_matching_operand() function 427 if ((r = find_matching_operand (XEXP (pattern, i), n))) in find_matching_operand() 438 if ((r = find_matching_operand (XVECEXP (pattern, i, j), n))) in find_matching_operand() 589 && find_matching_operand (info->def, in validate_pattern()
|
H A D | ChangeLog-2000 | 1112 (find_matching_operand): New.
|
H A D | ChangeLog-2017 | 1374 * genrecog.c (find_operand, find_matching_operand, validate_pattern)
|
H A D | ChangeLog-2015 | 32506 * genrecog.c (find_operand, find_matching_operand): Likewise.
|
H A D | ChangeLog-2004 | 13918 * genrecog.c (find_operand, find_matching_operand,
|