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;
 3445           if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
 3446           if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true;