Home
last modified time | relevance | path

Searched refs:isPreLdSt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp620 bool IsPreLdSt = AArch64InstrInfo::isPreLdSt(MI); in getLdStRegOp()
1012 !AArch64InstrInfo::isPreLdSt(*I)) { in mergePairedInsns()
1070 if (AArch64InstrInfo::isPreLdSt(*RtMI)) in mergePairedInsns()
1382 return !AArch64InstrInfo::isPreLdSt(FirstMI); in areCandidatesToMergeOrPair()
1385 if (AArch64InstrInfo::isPreLdSt(FirstMI) && AArch64InstrInfo::isPreLdSt(MI)) in areCandidatesToMergeOrPair()
H A DAArch64InstrInfo.h243 static bool isPreLdSt(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp2631 bool IsPreLdSt = isPreLdSt(MI); in isCandidateToMergeOrPair()
4090 bool AArch64InstrInfo::isPreLdSt(const MachineInstr &MI) { in isPreLdSt() function in AArch64InstrInfo
4116 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 2 in getLdStBaseOp()
4124 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 3 in getLdStOffsetOp()