Searched refs:IsPaired (Results 1 – 2 of 2) sorted by relevance
207 const bool IsPaired = Reg2 != AArch64::NoRegister; in emitStore() local213 Opc = IsPaired ? AArch64::STPDpre : AArch64::STRDpre; in emitStore()215 Opc = IsPaired ? AArch64::STPXpre : AArch64::STRXpre; in emitStore()218 Opc = IsPaired ? AArch64::STPDi : AArch64::STRDui; in emitStore()220 Opc = IsPaired ? AArch64::STPXi : AArch64::STRXui; in emitStore()233 if (IsPaired) in emitStore()248 const bool IsPaired = Reg2 != AArch64::NoRegister; in emitLoad() local254 Opc = IsPaired ? AArch64::LDPDpost : AArch64::LDRDpost; in emitLoad()259 Opc = IsPaired ? AArch64::LDPDi : AArch64::LDRDui; in emitLoad()261 Opc = IsPaired ? AArch64::LDPXi : AArch64::LDRXui; in emitLoad()[all …]
599 bool IsPaired = AArch64InstrInfo::isPairedLdSt(MI); in getPrePostIndexedMemOpInfo() local604 Scale = (IsTagStore || IsPaired) ? AArch64InstrInfo::getMemScale(MI) : 1; in getPrePostIndexedMemOpInfo()606 if (IsPaired) { in getPrePostIndexedMemOpInfo()