Lines Matching refs:FrameSetup
75 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext()
78 MachineBasicBlock::iterator FrameSetup; member
110 MachineInstr *canFoldIntoRegPush(MachineBasicBlock::iterator FrameSetup,
358 MachineBasicBlock::iterator FrameSetup = I++; in collectCallInfo() local
359 Context.FrameSetup = FrameSetup; in collectCallInfo()
363 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo()
492 MachineBasicBlock::iterator FrameSetup = Context.FrameSetup; in adjustCallSequence() local
493 MachineBasicBlock &MBB = *(FrameSetup->getParent()); in adjustCallSequence()
494 TII->setFrameAdjustment(*FrameSetup, Context.ExpectedDist); in adjustCallSequence()
496 DebugLoc DL = FrameSetup->getDebugLoc(); in adjustCallSequence()
552 if (!SlowPUSHrmm && (DefMov = canFoldIntoRegPush(FrameSetup, Reg))) { in adjustCallSequence()
594 MachineBasicBlock::iterator FrameSetup, unsigned Reg) { in canFoldIntoRegPush() argument
618 DefMI.getParent() != FrameSetup->getParent()) in canFoldIntoRegPush()
623 for (MachineBasicBlock::iterator I = DefMI; I != FrameSetup; ++I) in canFoldIntoRegPush()