Searched refs:SPCopy (Results 1 – 3 of 3) sorted by relevance
57 : FrameSetup(nullptr), Call(nullptr), SPCopy(nullptr), ExpectedDist(0), in CallContext()67 MachineInstr *SPCopy; member355 Context.SPCopy = &*I++; in collectCallInfo()356 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo()542 if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg())) in adjustCallSequence()543 Context.SPCopy->eraseFromParent(); in adjustCallSequence()
88 MachineInstr *SPCopy = nullptr; member395 Context.SPCopy = &*J++; in collectCallInfo()396 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo()588 if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg())) in adjustCallSequence()589 Context.SPCopy->eraseFromParent(); in adjustCallSequence()
514 unsigned SPCopy = in runOnMachineFunction() local519 BuildMI(EntryMBB, MBBI, DL, TII.get(AVR::COPY), SPCopy).addReg(AVR::SP); in runOnMachineFunction()528 .addReg(SPCopy, RegState::Kill); in runOnMachineFunction()