Lines Matching defs:foldMemoryOperand
214 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>,
664 foldMemoryOperand(Ops, RM.OrigMI)) {
879 /// foldMemoryOperand - Try folding stack slot references in Ops into their
886 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops,
898 // TII::foldMemoryOperand will do what we need here for statepoint
902 // foldMemoryOperand and signal foldPatchpoint that it is allowed to
913 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
937 // Tied use operands should not be passed to foldMemoryOperand.
943 // Moreover, TargetInstrInfo::foldMemoryOperand will assert if we try!
966 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
967 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM);
1044 // TII.foldMemoryOperand may have left some implicit operands on the
1203 if (foldMemoryOperand(Ops))