Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CompleteMatchMatcher

1058 /// pattern produce glue.  This allows CompleteMatchMatcher to update them
1085 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1088 class CompleteMatchMatcher : public Matcher {
1092 CompleteMatchMatcher(const unsigned *results, unsigned numresults,
1108 return cast<CompleteMatchMatcher>(M)->Results == Results &&
1109 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern;