Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h19 const unsigned ELFNumArgGPRs = 5; variable
20 extern const MCPhysReg ELFArgGPRs[ELFNumArgGPRs];
H A DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ELFArgGPRs[SystemZ::ELFNumArgGPRs] = {
H A DSystemZFrameLowering.cpp199 if (FirstGPR < SystemZ::ELFNumArgGPRs) { in assignCalleeSavedSpillSlots()
246 for (unsigned I = MFI->getVarArgsFirstGPR(); I < SystemZ::ELFNumArgGPRs; ++I) in determineCalleeSaves()
352 for (unsigned I = ZFI->getVarArgsFirstGPR(); I < SystemZ::ELFNumArgGPRs; ++I) in spillCalleeSavedRegisters()