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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 4006     PatInfo.Analyze(PTM);
 4013     if (PatInfo.hasSideEffects && !NumSideEffects)
 4018     if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)
 4018     if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)
 4022     if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads)
 4022     if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads)