Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h140 bool isCandidateToMergeOrPair(const MachineInstr &MI) const;
H A DAArch64LoadStoreOptimizer.cpp2288 if (!TII->isCandidateToMergeOrPair(MI)) in tryToMergeZeroStInst()
2312 if (!TII->isCandidateToMergeOrPair(MI)) in tryToPairLdStInst()
H A DAArch64InstrInfo.cpp2604 bool AArch64InstrInfo::isCandidateToMergeOrPair(const MachineInstr &MI) const { in isCandidateToMergeOrPair() function in AArch64InstrInfo
4287 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
4288 !isCandidateToMergeOrPair(SecondLdSt)) in shouldClusterMemOps()