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.cpp206 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
397 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
398 if (const CheckChildIntegerMatcher *CCIM = in isContradictoryImpl()
399 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.cpp62 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()
H A DDAGISelMatcherEmitter.cpp682 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
685 cast<CheckChildIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()