Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp349 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckOpcodeMatcher
373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckTypeMatcher
379 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChildTypeMatcher
391 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckIntegerMatcher
397 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChildIntegerMatcher
410 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckValueTypeMatcher
416 bool CheckImmAllOnesVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllOnesVMatcher
421 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllZerosVMatcher
426 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckCondCodeMatcher
432 bool CheckChild2CondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChild2CondCodeMatcher
H A DDAGISelMatcher.h195 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() function