Searched refs:SpillGPRs (Results 1 – 1 of 1) sorted by relevance
327 SystemZ::GPRRegs SpillGPRs = ZFI->getSpillGPRRegs(); in spillCalleeSavedRegisters() local328 if (SpillGPRs.LowGPR) { in spillCalleeSavedRegisters()329 assert(SpillGPRs.LowGPR != SpillGPRs.HighGPR && in spillCalleeSavedRegisters()336 addSavedGPR(MBB, MIB, SpillGPRs.LowGPR, false); in spillCalleeSavedRegisters()337 addSavedGPR(MBB, MIB, SpillGPRs.HighGPR, false); in spillCalleeSavedRegisters()340 MIB.addReg(SystemZ::R15D).addImm(SpillGPRs.GPROffset); in spillCalleeSavedRegisters()1093 SystemZ::GPRRegs SpillGPRs = ZFI->getSpillGPRRegs(); in spillCalleeSavedRegisters() local1097 if (SpillGPRs.LowGPR) { in spillCalleeSavedRegisters()1098 assert(SpillGPRs.LowGPR != SpillGPRs.HighGPR && in spillCalleeSavedRegisters()1105 addSavedGPR(MBB, MIB, SpillGPRs.LowGPR, false); in spillCalleeSavedRegisters()[all …]