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.h283 bool isCandidateToMergeOrPair(const MachineInstr &MI) const;
H A DAArch64LoadStoreOptimizer.cpp2290 if (!TII->isCandidateToMergeOrPair(MI)) in tryToMergeZeroStInst()
2314 if (!TII->isCandidateToMergeOrPair(MI)) in tryToPairLdStInst()
H A DAArch64InstrInfo.cpp2629 bool AArch64InstrInfo::isCandidateToMergeOrPair(const MachineInstr &MI) const { in isCandidateToMergeOrPair() function in AArch64InstrInfo
4346 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
4347 !isCandidateToMergeOrPair(SecondLdSt)) in shouldClusterMemOps()