Lines Matching defs:foldMemoryOperand
220 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>>,
668 foldMemoryOperand(Ops, RM.OrigMI)) {
882 /// foldMemoryOperand - Try folding stack slot references in Ops into their
889 foldMemoryOperand(ArrayRef<std::pair<MachineInstr *, unsigned>> Ops,
901 // TII::foldMemoryOperand will do what we need here for statepoint
905 // foldMemoryOperand and signal foldPatchpoint that it is allowed to
916 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
940 // Tied use operands should not be passed to foldMemoryOperand.
946 // Moreover, TargetInstrInfo::foldMemoryOperand will assert if we try!
969 LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
970 : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM);
1047 // TII.foldMemoryOperand may have left some implicit operands on the
1206 if (foldMemoryOperand(Ops))