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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3444           if (CP.hasProperty(SDNPMayStore)) mayStore = true;
 3457     if (N->NodeHasProperty(SDNPMayStore, CDP)) mayStore = true;
utils/TableGen/CodeGenTarget.cpp
  552       Properties |= 1 << SDNPMayStore;
utils/TableGen/SDNodeProperties.cpp
   31       Properties |= 1 << SDNPMayStore;