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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp78 isa<CompleteMatchMatcher>(N->getNext()->getNext())) {
93 if (CompleteMatchMatcher *CM =
94 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
H A DDAGISelMatcher.cpp264 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
337 unsigned CompleteMatchMatcher::getHashImpl() const {
H A DDAGISelMatcher.h1061 /// pattern produce glue. This allows CompleteMatchMatcher to update them
1088 /// CompleteMatchMatcher - Complete a match by replacing the results of the
1091 class CompleteMatchMatcher : public Matcher { class in namespace:llvm
1095 CompleteMatchMatcher(const unsigned *results, unsigned numresults, function in class:llvm::CompleteMatchMatcher
1111 return cast<CompleteMatchMatcher>(M)->Results == Results &&
1112 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern;
H A DDAGISelMatcherEmitter.cpp559 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N);
H A DDAGISelMatcherGen.cpp932 AddMatcher(new CompleteMatchMatcher(Ops.data(), Ops.size(), Pattern));

Completed in 132 milliseconds