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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3490   if (InstInfo.hasSideEffects != PatInfo.hasSideEffects &&
 3502   if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) {
 3508   if (InstInfo.mayLoad != PatInfo.mayLoad && !InstInfo.mayLoad_Unset) {
 3519   InstInfo.hasSideEffects |= PatInfo.hasSideEffects;
 3520   InstInfo.mayStore |= PatInfo.mayStore;
 3521   InstInfo.mayLoad |= PatInfo.mayLoad;
 3527     InstInfo.isBitcast |= PatInfo.isBitcast;
 3528     InstInfo.hasChain |= PatInfo.hasChain;