Lines Matching refs:FrameSetup
72 CallContext() : FrameSetup(nullptr), ArgStoreVector(4, nullptr) {} in CallContext()
75 MachineBasicBlock::iterator FrameSetup; member
107 MachineInstr *canFoldIntoRegPush(MachineBasicBlock::iterator FrameSetup,
364 MachineBasicBlock::iterator FrameSetup = I++; in collectCallInfo() local
365 Context.FrameSetup = FrameSetup; in collectCallInfo()
369 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo()
498 MachineBasicBlock::iterator FrameSetup = Context.FrameSetup; in adjustCallSequence() local
499 MachineBasicBlock &MBB = *(FrameSetup->getParent()); in adjustCallSequence()
500 TII->setFrameAdjustment(*FrameSetup, Context.ExpectedDist); in adjustCallSequence()
502 const DebugLoc &DL = FrameSetup->getDebugLoc(); in adjustCallSequence()
550 if (!SlowPUSHrmm && (DefMov = canFoldIntoRegPush(FrameSetup, Reg))) { in adjustCallSequence()
593 MachineBasicBlock::iterator FrameSetup, Register Reg) { in canFoldIntoRegPush() argument
617 DefMI.getParent() != FrameSetup->getParent()) in canFoldIntoRegPush()
622 for (MachineBasicBlock::iterator I = DefMI; I != FrameSetup; ++I) in canFoldIntoRegPush()