Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h400 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument
406 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
438 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument
439 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()
440 MarkAllocated(ShadowRegs[i]); in AllocateStack()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h271 unsigned AllocateReg(const unsigned *Regs, const unsigned *ShadowRegs, in AllocateReg() argument
278 unsigned Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3929 const MCPhysReg *ShadowRegs = in HandleByVal() local
3945 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()
3953 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()