Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:MMO

508   const MachineMemOperand *MMO;
511 MMO = *MI.memoperands_begin();
512 CommentOS << MMO->getSize() << "-byte Reload\n";
514 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) {
516 CommentOS << MMO->getSize() << "-byte Folded Reload\n";
519 MMO = *MI.memoperands_begin();
520 CommentOS << MMO->getSize() << "-byte Spill\n";
522 } else if (TM.getInstrInfo()->hasStoreToStackSlot(&MI, MMO, FI)) {
524 CommentOS << MMO->getSize() << "-byte Folded Spill\n";