Searched refs:isPaired (Results 1 – 1 of 1) sorted by relevance
880 bool isPaired() const { return Reg2 != AArch64::NoRegister; } in isPaired() function925 assert((!RPI.isPaired() || in computeCalleeSaveRegisterPairs()933 (RPI.isPaired() && in computeCalleeSaveRegisterPairs()940 if (Count * 8 != AFI->getCalleeSavedStackSize() && !RPI.isPaired()) { in computeCalleeSaveRegisterPairs()948 Offset -= RPI.isPaired() ? 16 : 8; in computeCalleeSaveRegisterPairs()955 if (RPI.isPaired()) in computeCalleeSaveRegisterPairs()989 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()991 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()993 if (RPI.isPaired()) in spillCalleeSavedRegisters()996 if (RPI.isPaired()) in spillCalleeSavedRegisters()[all …]