Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h20 extern const MCPhysReg ELFArgGPRs[ELFNumArgGPRs];
121 Reg = State.AllocateReg(SystemZ::ELFArgGPRs); in CC_SystemZ_I128Indirect()
H A DSystemZCallingConv.cpp14 const MCPhysReg SystemZ::ELFArgGPRs[SystemZ::ELFNumArgGPRs] = { member in SystemZ
H A DSystemZFrameLowering.cpp200 unsigned Reg = SystemZ::ELFArgGPRs[FirstGPR]; in assignCalleeSavedSpillSlots()
247 SavedRegs.set(SystemZ::ELFArgGPRs[I]); in determineCalleeSaves()
353 addSavedGPR(MBB, MIB, SystemZ::ELFArgGPRs[I], true); in spillCalleeSavedRegisters()