Searched refs:CheckChildIntegerMatcher (Results 1 – 8 of 8) sorted by relevance
197 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()374 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()375 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
581 class CheckChildIntegerMatcher : public Matcher {585 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function598 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()599 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
407 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()409 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher()
61 New = new CheckChildIntegerMatcher(MC->getChildNo(), CS->getValue()); in ContractNodes()
196 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()373 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()374 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
522 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()524 unsigned Bytes=1+EmitVBRValue(cast<CheckChildIntegerMatcher>(N)->getValue(), in EmitMatcher()