Searched refs:CheckCondCodeMatcher (Results 1 – 5 of 5) sorted by relevance
210 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()425 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()426 if (const auto *CCCM = dyn_cast<CheckCondCodeMatcher>(M)) in isContradictoryImpl()
621 class CheckCondCodeMatcher : public Matcher {624 CheckCondCodeMatcher(StringRef condcodename) in CheckCondCodeMatcher() function636 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes()
261 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
609 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n"; in EmitMatcher()