Lines Matching refs:foldMemoryOperand
180 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
881 foldMemoryOperand(Ops, RM.OrigMI)) {
1012 /// foldMemoryOperand - Try folding stack slot references in Ops into their
1019 foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> > Ops,
1031 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
1047 // Tied use operands should not be passed to foldMemoryOperand.
1053 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
1054 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
1088 // TII.foldMemoryOperand may have left some implicit operands on the
1212 if (foldMemoryOperand(Ops))