Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h1126 class CompleteMatchMatcher : public Matcher {
1131 CompleteMatchMatcher(ArrayRef<unsigned> results, in CompleteMatchMatcher() function
1146 return cast<CompleteMatchMatcher>(M)->Results == Results && in isEqualImpl()
1147 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern; in isEqualImpl()
H A DDAGISelMatcher.cpp297 void CompleteMatchMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp247 if (CompleteMatchMatcher *CM = in ContractNodes()
248 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes()
H A DDAGISelMatcherEmitter.cpp1056 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N); in EmitMatcher()
H A DDAGISelMatcherGen.cpp1071 AddMatcher(new CompleteMatchMatcher(Results, Pattern)); in EmitResultCode()