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)
 3444           if (CP.hasProperty(SDNPMayStore)) mayStore = true;
 3457     if (N->NodeHasProperty(SDNPMayStore, CDP)) mayStore = true;
 3469         mayStore = true;// Intrinsics that can write to memory are 'mayStore'.
 3502   if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) {
 3520   InstInfo.mayStore |= PatInfo.mayStore;
 4018     if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)
 4022     if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads)