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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3445           if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
 3458     if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true;
utils/TableGen/CodeGenTarget.cpp
  554       Properties |= 1 << SDNPMayLoad;
utils/TableGen/SDNodeProperties.cpp
   33       Properties |= 1 << SDNPMayLoad;