HomeSort by: relevance | last modified time | path
    Searched refs:CheckChild2CondCodeMatcher (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcher.cpp 214 void CheckChild2CondCodeMatcher::printImpl(raw_ostream &OS,
431 bool CheckChild2CondCodeMatcher::isContradictoryImpl(const Matcher *M) const {
432 if (const auto *CCCCM = dyn_cast<CheckChild2CondCodeMatcher>(M))
DAGISelMatcher.h 641 /// CheckChild2CondCodeMatcher - This checks to see if child 2 node is a
643 class CheckChild2CondCodeMatcher : public Matcher {
646 CheckChild2CondCodeMatcher(StringRef condcodename)
658 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName;
DAGISelMatcherOpt.cpp 64 New = new CheckChild2CondCodeMatcher(CCC->getCondCodeName());
DAGISelMatcherEmitter.cpp 614 << cast<CheckChild2CondCodeMatcher>(N)->getCondCodeName() << ",\n";

Completed in 20 milliseconds