Searched refs:subst_pattern_match (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gensupport.c | 752 subst_pattern_match (rtx x, rtx pt, file_location loc) in subst_pattern_match() function 826 if (!subst_pattern_match (XVECEXP (x, x_vecexp_pos, j), in subst_pattern_match() 841 if (!subst_pattern_match (XEXP (x, j), XVECEXP (pt, 2, j), loc)) in subst_pattern_match() 890 if (!subst_pattern_match (XEXP (x, i), XEXP (pt, i), loc)) in subst_pattern_match() 898 if (!subst_pattern_match (XVECEXP (x, i, j), in subst_pattern_match() 1803 if (!subst_pattern_match (XVECEXP (elem->data, 1, j), in process_substs_on_one_elem()
|