Searched defs:isContradictoryImpl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp360 // isContradictoryImpl Implementations.
380 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckOpcodeMatcher
404 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckTypeMatcher
410 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckChildTypeMatcher
422 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckIntegerMatcher
428 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckChildIntegerMatcher
440 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { function in class:CheckValueTypeMatcher
H A DDAGISelMatcher.h174 return isContradictoryImpl(Other);
175 return Other->isContradictoryImpl(this);
185 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } function in class:llvm::Matcher
498 bool isContradictoryImpl(const Matcher *M) const override;
552 bool isContradictoryImpl(const Matcher *M) const override;
608 bool isContradictoryImpl(const Matcher *M) const override;
634 bool isContradictoryImpl(const Matcher *M) const override;
662 bool isContradictoryImpl(const Matcher *M) const override;
711 bool isContradictoryImpl(const Matcher *M) const override;

Completed in 68 milliseconds