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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 2259       return CP->hasProperty(Property);
 3444           if (CP.hasProperty(SDNPMayStore)) mayStore = true;
 3445           if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
 3446           if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true;
utils/TableGen/DAGISelMatcherEmitter.cpp
  579       if (Pattern.hasProperty(SDNPHasChain))
  900       if (P.hasProperty(SDNPHasChain))
  915       if (P.hasProperty(SDNPWantRoot))
  920       if (P.hasProperty(SDNPWantParent))
utils/TableGen/DAGISelMatcherGen.cpp
  612     if (CP.hasProperty(SDNPHasChain)) {