Searched refs:SPCopy (Results 1 – 2 of 2) sorted by relevance
81 MachineInstr *SPCopy = nullptr; member397 Context.SPCopy = &*J++; in collectCallInfo()398 StackPtr = Context.SPCopy->getOperand(0).getReg(); in collectCallInfo()592 if (Context.SPCopy && MRI->use_empty(Context.SPCopy->getOperand(0).getReg())) in adjustCallSequence()593 Context.SPCopy->eraseFromParent(); in adjustCallSequence()
1196 auto SPCopy = B.buildCopy(PtrTy, SPReg); in applyMappingDynStackAlloc() local1198 auto PtrAdd = B.buildPtrAdd(PtrTy, SPCopy, ScaledSize); in applyMappingDynStackAlloc()1202 B.buildPtrAdd(Dst, SPCopy, ScaledSize); in applyMappingDynStackAlloc()