Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h388 MCRegister AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) { in AllocateReg() argument
394 MCRegister Reg = Regs[FirstUnalloc], ShadowReg = ShadowRegs[FirstUnalloc]; in AllocateReg()
416 ArrayRef<MCPhysReg> ShadowRegs) { in AllocateStack() argument
417 for (MCPhysReg Reg : ShadowRegs) in AllocateStack()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp4563 const MCPhysReg *ShadowRegs = in HandleByVal() local
4579 State->AllocateReg(IntArgRegs[FirstReg], ShadowRegs[FirstReg]); in HandleByVal()
4587 State->AllocateReg(IntArgRegs[I], ShadowRegs[I]); in HandleByVal()