Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h390 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument
396 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
423 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument
424 for (MCPhysReg Reg : ShadowRegs) in AllocateStack()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4575 const MCPhysReg *ShadowRegs = in HandleByVal() local
4591 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()
4599 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()