Home
last modified time | relevance | path

Searched refs:CheckCondCodeMatcher (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp216 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
430 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
431 if (const auto *CCCM = dyn_cast<CheckCondCodeMatcher>(M)) in isContradictoryImpl()
H A DDAGISelMatcher.h654 class CheckCondCodeMatcher : public Matcher {
657 CheckCondCodeMatcher(StringRef condcodename) in CheckCondCodeMatcher() function
669 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
H A DDAGISelMatcherOpt.cpp64 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes()
H A DDAGISelMatcherGen.cpp262 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
H A DDAGISelMatcherEmitter.cpp697 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n"; in EmitMatcher()