Searched defs:CompleteMatchMatcher (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h1119 /// pattern produce glue. This allows CompleteMatchMatcher to update them
1146 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1149 class CompleteMatchMatcher : public Matcher { class in namespace:llvm
1153 CompleteMatchMatcher(ArrayRef<unsigned> results, function in class:llvm::CompleteMatchMatcher
1169 return cast<CompleteMatchMatcher>(M)->Results == Results &&
1170 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern;

Completed in 87 milliseconds