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)
 3445           if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
 3458     if (N->NodeHasProperty(SDNPMayLoad, CDP)) mayLoad = true;
 3466         mayLoad = true;// These may load memory.
 3508   if (InstInfo.mayLoad != PatInfo.mayLoad && !InstInfo.mayLoad_Unset) {
 3521   InstInfo.mayLoad |= PatInfo.mayLoad;
 4022     if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads)