Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h25 const unsigned XPLINK64NumArgGPRs = 3; variable
26 extern const MCPhysReg XPLINK64ArgGPRs[XPLINK64NumArgGPRs];
H A DSystemZCallingConv.cpp23 const MCPhysReg SystemZ::XPLINK64ArgGPRs[SystemZ::XPLINK64NumArgGPRs] = {
H A DSystemZFrameLowering.cpp1303 for (unsigned I = FixedRegs; I < SystemZ::XPLINK64NumArgGPRs; I++) { in emitPrologue()