HomeSort by: relevance | last modified time | path
    Searched refs:CompleteMatchMatcher (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 86 if (CompleteMatchMatcher *CM =
87 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
DAGISelMatcher.h 1095 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1098 class CompleteMatchMatcher : public Matcher {
1102 CompleteMatchMatcher(ArrayRef<unsigned> results,
1118 return cast<CompleteMatchMatcher>(M)->Results == Results &&
1119 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern;
DAGISelMatcher.cpp 303 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherEmitter.cpp 833 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N);
DAGISelMatcherGen.cpp 1085 AddMatcher(new CompleteMatchMatcher(Results, Pattern));

Completed in 32 milliseconds