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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp56 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext()))
H A DDAGISelMatcher.h375 /// CheckSameMatcher - This checks to see if this node is exactly the same
378 class CheckSameMatcher : public Matcher { class in namespace:llvm
381 CheckSameMatcher(unsigned matchnumber) function in class:llvm::CheckSameMatcher
395 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();
H A DDAGISelMatcher.cpp142 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp260 << cast<CheckSameMatcher>(N)->getMatchNumber() << ",\n";
H A DDAGISelMatcherGen.cpp461 AddMatcher(new CheckSameMatcher(VarMapEntry-1));

Completed in 163 milliseconds