Home
last modified time | relevance | path

Searched refs:IsPaired (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp207 const bool IsPaired = Reg2 != AArch64::NoRegister; in emitStore() local
213 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() local
254 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 …]
H A DAArch64LoadStoreOptimizer.cpp599 bool IsPaired = AArch64InstrInfo::isPairedLdSt(MI); in getPrePostIndexedMemOpInfo() local
604 Scale = (IsTagStore || IsPaired) ? AArch64InstrInfo::getMemScale(MI) : 1; in getPrePostIndexedMemOpInfo()
606 if (IsPaired) { in getPrePostIndexedMemOpInfo()