Searched refs:ShadowRegs (Results 1 – 2 of 2) sorted by relevance
411 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument417 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()439 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument440 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()441 MarkAllocated(ShadowRegs[i]); in AllocateStack()
4526 const MCPhysReg *ShadowRegs = in HandleByVal() local4542 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()4550 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()