Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h26 extern const MCPhysReg XPLINK64ArgGPRs[XPLINK64NumArgGPRs];
123 Reg = State.AllocateReg(SystemZ::XPLINK64ArgGPRs); in CC_SystemZ_I128Indirect()
149 State.AllocateReg(SystemZ::XPLINK64ArgGPRs); in CC_XPLINK64_Shadow_Reg()
153 State.AllocateReg(SystemZ::XPLINK64ArgGPRs); in CC_XPLINK64_Shadow_Reg()
154 State.AllocateReg(SystemZ::XPLINK64ArgGPRs); in CC_XPLINK64_Shadow_Reg()
H A DSystemZCallingConv.cpp23 const MCPhysReg SystemZ::XPLINK64ArgGPRs[SystemZ::XPLINK64NumArgGPRs] = { member in SystemZ
H A DSystemZFrameLowering.cpp1302 auto &GPRs = SystemZ::XPLINK64ArgGPRs; in emitPrologue()