Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonCallingConvLower.h149 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs, in AllocateReg() argument
156 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DCallingConvLower.h320 unsigned AllocateReg(const uint16_t *Regs, const uint16_t *ShadowRegs, in AllocateReg() argument
327 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3400 const uint16_t *IntArgRegs = intArgRegs(), *ShadowRegs = shadowRegs(); in allocateRegs() local
3409 CCInfo.AllocateReg(IntArgRegs[ByVal.FirstIdx], ShadowRegs[ByVal.FirstIdx]); in allocateRegs()
3416 CCInfo.AllocateReg(IntArgRegs[I], ShadowRegs[I]); in allocateRegs()