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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 3508   if (InstInfo.mayLoad != PatInfo.mayLoad && !InstInfo.mayLoad_Unset) {
 3511     if (!InstInfo.mayLoad) {
 3514                  Twine(InstInfo.mayLoad));
 3521   InstInfo.mayLoad |= PatInfo.mayLoad;
 4001       NumLoads += InstInfo.mayLoad;
utils/TableGen/CodeGenInstruction.cpp
  401   mayLoad      = R->getValueAsBitOrUnset("mayLoad", 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
  114     FLAG(mayLoad)
utils/TableGen/InstrInfoEmitter.cpp
  682   if (Inst.mayLoad)            OS << "|(1ULL<<MCID::MayLoad)";