Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp625 bool IsPreLdSt = AArch64InstrInfo::isPreLdSt(MI); in getLdStRegOp()
633 unsigned Idx = isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 2 : 1; in getLdStBaseOp()
638 unsigned Idx = isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 3 : 2; in getLdStOffsetOp()
965 !AArch64InstrInfo::isPreLdSt(*I)) { in mergePairedInsns()
1015 if (AArch64InstrInfo::isPreLdSt(*RtMI)) in mergePairedInsns()
1311 return !AArch64InstrInfo::isPreLdSt(FirstMI); in areCandidatesToMergeOrPair()
DAArch64InstrInfo.h105 static bool isPreLdSt(const MachineInstr &MI);
DAArch64InstrInfo.cpp2466 bool IsPreLdSt = isPreLdSt(MI); in isCandidateToMergeOrPair()
3076 bool AArch64InstrInfo::isPreLdSt(const MachineInstr &MI) { in isPreLdSt() function in AArch64InstrInfo