Home
last modified time | relevance | path

Searched refs:CheckChildIntegerMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp205 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
391 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
392 if (const CheckChildIntegerMatcher *CCIM = in isContradictoryImpl()
393 dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
H A DDAGISelMatcher.h614 class CheckChildIntegerMatcher : public Matcher {
619 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function
632 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()
633 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp63 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()
149 auto *NewCCI = new CheckChildIntegerMatcher(MS->getSiblingNo(), in ContractNodes()
165 auto *NewCCI = new CheckChildIntegerMatcher(MS->getSiblingNo(), in ContractNodes()
H A DDAGISelMatcherEmitter.cpp705 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
708 cast<CheckChildIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()