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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3502   if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) {
 3973     if (InstInfo->mayStore_Unset)
utils/TableGen/CodeGenInstruction.cpp
  404   mayStore_Unset = Unset;
utils/TableGen/CodeGenInstruction.h
  286       return mayLoad_Unset || mayStore_Unset || hasSideEffects_Unset;