Searched refs:CheckCondCodeMatcher (Results 1 – 9 of 9) sorted by relevance
606 class CheckCondCodeMatcher : public Matcher {609 CheckCondCodeMatcher(StringRef condcodename) in CheckCondCodeMatcher() function621 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
202 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
416 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n"; in EmitMatcher()
260 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
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()
210 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
261 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
597 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n"; in EmitMatcher()