Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp211 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()
402 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
403 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
H A DDAGISelMatcher.h629 class CheckChildIntegerMatcher : public Matcher {
633 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function
646 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()
647 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
H A DDAGISelMatcherOpt.cpp62 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()
H A DDAGISelMatcherEmitter.cpp688 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()
691 cast<CheckChildIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()