Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp613 bool IsPreLdSt = AArch64InstrInfo::isPreLdSt(MI); in getLdStRegOp()
949 !AArch64InstrInfo::isPreLdSt(*I)) { in mergePairedInsns()
999 if (AArch64InstrInfo::isPreLdSt(*RtMI)) in mergePairedInsns()
1307 return !AArch64InstrInfo::isPreLdSt(FirstMI); in areCandidatesToMergeOrPair()
DAArch64InstrInfo.h102 static bool isPreLdSt(const MachineInstr &MI);
DAArch64InstrInfo.cpp2518 bool IsPreLdSt = isPreLdSt(MI); in isCandidateToMergeOrPair()
3192 bool AArch64InstrInfo::isPreLdSt(const MachineInstr &MI) { in isPreLdSt() function in AArch64InstrInfo
3218 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 2 in getLdStBaseOp()
3226 AArch64InstrInfo::isPairedLdSt(MI) || AArch64InstrInfo::isPreLdSt(MI) ? 3 in getLdStOffsetOp()