HomeSort by relevance Sort by last modified time
    Searched refs:isContradictoryImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 360 // isContradictoryImpl Implementations.
380 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const {
404 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const {
410 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const {
422 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
428 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
440 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const {
DAGISelMatcher.h 173 return isContradictoryImpl(Other);
174 return Other->isContradictoryImpl(this);
184 virtual bool isContradictoryImpl(const Matcher *M) const { return false; }
497 bool isContradictoryImpl(const Matcher *M) const override;
551 bool isContradictoryImpl(const Matcher *M) const override;
607 bool isContradictoryImpl(const Matcher *M) const override;
633 bool isContradictoryImpl(const Matcher *M) const override;
661 bool isContradictoryImpl(const Matcher *M) const override;
710 bool isContradictoryImpl(const Matcher *M) const override;
    [all...]

Completed in 338 milliseconds