Home
last modified time | relevance | path

Searched refs:isPairedLdSt (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64MachineScheduler.cpp55 int Multiples = AArch64InstrInfo::isPairedLdSt(MI) ? 2 : 1; in mayOverlapWrite()
DAArch64LoadStoreOptimizer.cpp594 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()
DAArch64InstrInfo.h105 static bool isPairedLdSt(const MachineInstr &MI);
DAArch64InstrInfo.cpp3196 bool AArch64InstrInfo::isPairedLdSt(const MachineInstr &MI) { in isPairedLdSt() function in AArch64InstrInfo
3218 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 2 in getLdStBaseOp()
3226 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 3 in getLdStOffsetOp()