Searched refs:isPairedLdSt (Results 1 – 4 of 4) sorted by relevance
55 int Multiples = AArch64InstrInfo::isPairedLdSt(MI) ? 2 : 1; in mayOverlapWrite()
594 bool IsPaired = AArch64InstrInfo::isPairedLdSt(MI); in getPrePostIndexedMemOpInfo()617 AArch64InstrInfo::isPairedLdSt(MI) || IsPreLdSt ? PairedRegOp : 0; in getLdStRegOp()1816 if (!AArch64InstrInfo::isPairedLdSt(*I)) { in mergeUpdateInsn()1933 bool IsPairedInsn = AArch64InstrInfo::isPairedLdSt(MemMI); in findMatchingUpdateInsnForward()2004 bool IsPairedInsn = AArch64InstrInfo::isPairedLdSt(MemMI); in findMatchingUpdateInsnBackward()
105 static bool isPairedLdSt(const MachineInstr &MI);
3196 bool AArch64InstrInfo::isPairedLdSt(const MachineInstr &MI) { in isPairedLdSt() function in AArch64InstrInfo3218 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 2 in getLdStBaseOp()3226 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 3 in getLdStOffsetOp()