Searched refs:ShadowRegs (Results 1 – 3 of 3) sorted by relevance
400 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument406 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()438 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument439 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()440 MarkAllocated(ShadowRegs[i]); in AllocateStack()
271 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs, in AllocateReg() argument278 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
3929 const MCPhysReg *ShadowRegs = in HandleByVal() local3945 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()3953 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()