Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp209 void CheckCondCodeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
420 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()
421 if (const auto *CCCM = dyn_cast<CheckCondCodeMatcher>(M)) in isContradictoryImpl()
H A DDAGISelMatcher.h640 class CheckCondCodeMatcher : public Matcher {
644 CheckCondCodeMatcher(StringRef condcodename) in CheckCondCodeMatcher() function
656 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp65 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes()
181 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MS->getNext())) { in ContractNodes()
H A DDAGISelMatcherGen.cpp259 return AddMatcher(new CheckCondCodeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
H A DDAGISelMatcherEmitter.cpp714 << cast<CheckCondCodeMatcher>(N)->getCondCodeName() << ",\n"; in EmitMatcher()