Searched refs:ShadowRegs (Results 1 – 2 of 2) sorted by relevance
388 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument394 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()416 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument417 for (MCPhysReg Reg : ShadowRegs) in AllocateStack()
4563 const MCPhysReg *ShadowRegs = in HandleByVal() local4579 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()4587 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()