Searched refs:ShadowRegs (Results 1 – 2 of 2) sorted by relevance
399 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument405 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()432 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument433 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()434 MarkAllocated(ShadowRegs[i]); in AllocateStack()
3851 const MCPhysReg *ShadowRegs = in HandleByVal() local3867 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()3875 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()