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) {
 3505                Twine(InstInfo.mayStore));
 3520   InstInfo.mayStore |= PatInfo.mayStore;
 4000       NumStores += InstInfo.mayStore;
utils/TableGen/CodeGenInstruction.cpp
  403   mayStore     = R->getValueAsBitOrUnset("mayStore", Unset);
utils/TableGen/DAGISelMatcherGen.cpp
  735   return II.mayLoad || II.mayStore;
  951     if (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
utils/TableGen/GlobalISelEmitter.cpp
 2858     if (I->mayLoad || I->mayStore) {
utils/TableGen/InstrDocsEmitter.cpp
  116     FLAG(mayStore)
utils/TableGen/InstrInfoEmitter.cpp
  683   if (Inst.mayStore)           OS << "|(1ULL<<MCID::MayStore)";