Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h411 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument
417 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
439 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument
440 for (unsigned i = 0; i < ShadowRegs.size(); ++i) in AllocateStack()
441 MarkAllocated(ShadowRegs[i]); in AllocateStack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4526 const MCPhysReg *ShadowRegs = in HandleByVal() local
4542 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()
4550 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()