Searched refs:subst_pattern_match (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gensupport.c | 820 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match() function 894 if (!subst_pattern_match (XVECEXP (x, x_vecexp_pos, j), in subst_pattern_match() 909 if (!subst_pattern_match (XEXP (x, j), XVECEXP (pt, 2, j), loc)) in subst_pattern_match() 958 if (!subst_pattern_match (XEXP (x, i), XEXP (pt, i), loc)) in subst_pattern_match() 966 if (!subst_pattern_match (XVECEXP (x, i, j), in subst_pattern_match() 1871 if (!subst_pattern_match (XVECEXP (elem->data, 1, j), in process_substs_on_one_elem()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gensupport.cc | 821 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match() function 895 if (!subst_pattern_match (XVECEXP (x, x_vecexp_pos, j), in subst_pattern_match() 910 if (!subst_pattern_match (XEXP (x, j), XVECEXP (pt, 2, j), loc)) in subst_pattern_match() 959 if (!subst_pattern_match (XEXP (x, i), XEXP (pt, i), loc)) in subst_pattern_match() 967 if (!subst_pattern_match (XVECEXP (x, i, j), in subst_pattern_match() 1876 if (!subst_pattern_match (XVECEXP (elem->data, 1, j), in process_substs_on_one_elem()
|
H A D | ChangeLog-2015 | 22857 (subst_pattern_match): Likewise. 32501 * gensupport.c (subst_pattern_match): Likewise.
|
H A D | ChangeLog-2012 | 2950 (subst_pattern_match): New.
|
H A D | ChangeLog-2019 | 21795 (subst_pattern_match): Same.
|
H A D | ChangeLog-2017 | 1370 * gensupport.c (subst_pattern_match, get_alternatives_number)
|