Searched refs:ShadowRegs (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h148 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs, argument
155 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc];
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h364 unsigned AllocateReg(const MCPhysReg *Regs, const MCPhysReg *ShadowRegs, argument
371 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc];
397 const MCPhysReg *ShadowRegs, unsigned NumShadowRegs) {
399 MarkAllocated(ShadowRegs[i]);
396 AllocateStack(unsigned Size, unsigned Align, const MCPhysReg *ShadowRegs, unsigned NumShadowRegs) argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3498 const MCPhysReg *IntArgRegs = intArgRegs(), *ShadowRegs = shadowRegs(); local
3507 CCInfo.AllocateReg(IntArgRegs[ByVal.FirstIdx], ShadowRegs[ByVal.FirstIdx]);
3514 CCInfo.AllocateReg(IntArgRegs[I], ShadowRegs[I]);

Completed in 82 milliseconds