Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
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
409 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckValueTypeMatcher
415 bool CheckImmAllOnesVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllOnesVMatcher
420 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckImmAllZerosVMatcher
425 bool CheckCondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckCondCodeMatcher
431 bool CheckChild2CondCodeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl() function in CheckChild2CondCodeMatcher
H A DDAGISelMatcher.h173 return isContradictoryImpl(Other); in isContradictory()
174 return Other->isContradictoryImpl(this); in isContradictory()
183 virtual bool isContradictoryImpl(const Matcher *M) const { return false; } in isContradictoryImpl() function
466 bool isContradictoryImpl(const Matcher *M) const override;
516 bool isContradictoryImpl(const Matcher *M) const override;
568 bool isContradictoryImpl(const Matcher *M) const override;
591 bool isContradictoryImpl(const Matcher *M) const override;
616 bool isContradictoryImpl(const Matcher *M) const override;
638 bool isContradictoryImpl(const Matcher *M) const override;
660 bool isContradictoryImpl(const Matcher *M) const override;
[all …]