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

Declarations

utils/TableGen/CodeGenDAGPatterns.h
  788   bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;

References

utils/TableGen/CodeGenDAGPatterns.cpp
 2288     if (getChild(i)->TreeHasProperty(Property, CGP))
utils/TableGen/DAGISelMatcherGen.cpp
  772     TreeHasInGlue = SrcPat->TreeHasProperty(SDNPOptInGlue, CGP) ||
  773                     SrcPat->TreeHasProperty(SDNPInGlue, CGP);
  777     TreeHasOutGlue = SrcPat->TreeHasProperty(SDNPOutGlue, CGP);
  923     Pattern.getSrcPattern()->TreeHasProperty(SDNPMemOperand, CGP);
  938   if (Pattern.getSrcPattern()->TreeHasProperty(SDNPHasChain, CGP)) {