Searched refs:ShadowRegs (Results 1 – 2 of 2) sorted by relevance
409 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument415 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()437 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument438 for (MCPhysReg Reg : ShadowRegs) in AllocateStack()
4557 const MCPhysReg *ShadowRegs = in HandleByVal() local4573 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()4581 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()