Home
last modified time | relevance | path

Searched refs:subst_pattern_match (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgensupport.c820 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 Dgensupport.cc821 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 DChangeLog-201522857 (subst_pattern_match): Likewise.
32501 * gensupport.c (subst_pattern_match): Likewise.
H A DChangeLog-20122950 (subst_pattern_match): New.
H A DChangeLog-201921795 (subst_pattern_match): Same.
H A DChangeLog-20171370 * gensupport.c (subst_pattern_match, get_alternatives_number)