Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h29 extern const MCPhysReg XPLINK64ArgFPRs[XPLINK64NumArgFPRs];
160 if (State.isAllocated(SystemZ::XPLINK64ArgFPRs[I])) in CC_XPLINK64_Shadow_Reg()
161 State.AllocateReg(SystemZ::XPLINK64ArgFPRs[I + 1]); in CC_XPLINK64_Shadow_Reg()
H A DSystemZCallingConv.cpp28 const MCPhysReg SystemZ::XPLINK64ArgFPRs[SystemZ::XPLINK64NumArgFPRs] = { member in SystemZ