Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h399 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument
405 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
432 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument
433 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()
434 MarkAllocated(ShadowRegs[i]); in AllocateStack()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3851 const MCPhysReg *ShadowRegs = in HandleByVal() local
3867 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()
3875 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()