Searched refs:ShadowRegs (Results 1 – 2 of 2) sorted by relevance
390 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument396 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()423 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument424 for (MCPhysReg Reg : ShadowRegs) in AllocateStack()
4575 const MCPhysReg *ShadowRegs = in HandleByVal() local4591 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()4599 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()