Searched refs:ShadowRegs (Results 1 – 3 of 3) sorted by relevance
149 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs, in AllocateReg() argument156 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
320 unsigned AllocateReg(const uint16_t *Regs, const uint16_t *ShadowRegs, in AllocateReg() argument327 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
3400 const uint16_t *IntArgRegs = intArgRegs(), *ShadowRegs = shadowRegs(); in allocateRegs() local3409 CCInfo.AllocateReg(IntArgRegs[ByVal.FirstIdx], ShadowRegs[ByVal.FirstIdx]); in allocateRegs()3416 CCInfo.AllocateReg(IntArgRegs[I], ShadowRegs[I]); in allocateRegs()