Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:foldMemoryOperand

202   bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
550 foldMemoryOperand(Ops, RM.OrigMI)) {
720 /// foldMemoryOperand - Try folding stack slot references in Ops into their
727 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops,
743 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
760 // Tied use operands should not be passed to foldMemoryOperand.
768 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
769 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS);
808 // TII.foldMemoryOperand may have left some implicit operands on the
941 if (foldMemoryOperand(Ops))