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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp54 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext()))
H A DDAGISelMatcher.h349 /// CheckSameMatcher - This checks to see if this node is exactly the same
352 class CheckSameMatcher : public Matcher { class in namespace:llvm
355 CheckSameMatcher(unsigned matchnumber) function in class:llvm::CheckSameMatcher
367 return cast<CheckSameMatcher>(M)->getMatchNumber() == getMatchNumber();
H A DDAGISelMatcher.cpp150 void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp391 << cast<CheckSameMatcher>(N)->getMatchNumber() << ",\n";
H A DDAGISelMatcherGen.cpp490 AddMatcher(new CheckSameMatcher(Entry-1));

Completed in 74 milliseconds