reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

utils/TableGen/DAGISelMatcher.cpp
  349 bool CheckOpcodeMatcher::isContradictoryImpl(const Matcher *M) const {
  373 bool CheckTypeMatcher::isContradictoryImpl(const Matcher *M) const {
  379 bool CheckChildTypeMatcher::isContradictoryImpl(const Matcher *M) const {
  391 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
  397 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const {
  409 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const {
  415 bool CheckImmAllOnesVMatcher::isContradictoryImpl(const Matcher *M) const {
  420 bool CheckImmAllZerosVMatcher::isContradictoryImpl(const Matcher *M) const {

References

utils/TableGen/DAGISelMatcher.h
  167       return isContradictoryImpl(Other);
  168     return Other->isContradictoryImpl(this);