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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3422     if (hasSideEffects || mayLoad || mayStore || isVariadic)
 3446           if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true;
 3459     if (N->NodeHasProperty(SDNPSideEffect, CDP)) hasSideEffects = true;
 3474         hasSideEffects = true;
 3490   if (InstInfo.hasSideEffects != PatInfo.hasSideEffects &&
 3519   InstInfo.hasSideEffects |= PatInfo.hasSideEffects;
 4013     if (PatInfo.hasSideEffects && !NumSideEffects)
 4018     if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)