Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:foldMemoryOperand

176   bool foldMemoryOperand(MachineBasicBlock::iterator MI,
883 foldMemoryOperand(MI, Ops, RM.OrigMI)) {
1011 /// foldMemoryOperand - Try folding stack slot references in Ops into MI.
1016 bool InlineSpiller::foldMemoryOperand(MachineBasicBlock::iterator MI,
1020 // TargetInstrInfo::foldMemoryOperand only expects explicit, non-tied
1034 // Tied use operands should not be passed to foldMemoryOperand.
1040 LoadMI ? TII.foldMemoryOperand(MI, FoldOps, LoadMI)
1041 : TII.foldMemoryOperand(MI, FoldOps, StackSlot);
1163 if (foldMemoryOperand(MI, Ops))