Home
last modified time | relevance | path

Searched refs:isContradictoryImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcher.cpp362 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckOpcodeMatcher
386 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckTypeMatcher
392 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChildTypeMatcher
404 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckIntegerMatcher
410 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckValueTypeMatcher
DDAGISelMatcher.h169 return isContradictoryImpl(Other); in isContradictory()
170 return Other->isContradictoryImpl(this); in isContradictory()
180 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() function
465 virtual bool isContradictoryImpl(const Matcher *M) const;
519 virtual bool isContradictoryImpl(const Matcher *M) const;
575 virtual bool isContradictoryImpl(const Matcher *M) const;
601 virtual bool isContradictoryImpl(const Matcher *M) const;
650 bool isContradictoryImpl(const Matcher *M) const;