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

References

include/llvm/CodeGen/SelectionDAGNodes.h
 1309   bool writeMem() const { return MMO->isStore(); }
lib/CodeGen/MachineInstr.cpp
 1327     if (MMO->isStore()) return false;
lib/CodeGen/MachineLICM.cpp
  384     if (!MemOp->isStore() || !MemOp->getPseudoValue())
lib/CodeGen/MachineOperand.cpp
 1028   assert((isLoad() || isStore()) && "Not a load/store!");
 1093   assert((isLoad() || isStore()) &&
 1097   if (isStore())
 1113     OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
 1116     OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
lib/CodeGen/MachineVerifier.cpp
 1508     if ((*I)->isStore() && !MI->mayStore())
 1848           if (MMO->isStore())
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
20530     if ((MUC0.MMO->isInvariant() && MUC1.MMO->isStore()) ||
20531         (MUC1.MMO->isInvariant() && MUC0.MMO->isStore()))
20550   if ((MUC0.MMO->isInvariant() && MUC1.MMO->isStore()) ||
20551       (MUC1.MMO->isInvariant() && MUC0.MMO->isStore()))
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 3496           } else if (MMO->isStore()) {
lib/CodeGen/TargetInstrInfo.cpp
  371     if ((*o)->isStore() &&
lib/Target/SystemZ/SystemZISelLowering.cpp
 6742       if (I->isStore()) {
lib/Target/X86/X86InstrInfo.cpp
 5372     if (!MMO->isStore()) {
 5390     if (!MMO->isStore())