Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h130 bool isCandidateToMergeOrPair(const MachineInstr &MI) const;
H A DAArch64LoadStoreOptimizer.cpp2100 if (!TII->isCandidateToMergeOrPair(MI)) in tryToMergeZeroStInst()
2124 if (!TII->isCandidateToMergeOrPair(MI)) in tryToPairLdStInst()
H A DAArch64InstrInfo.cpp2516 bool AArch64InstrInfo::isCandidateToMergeOrPair(const MachineInstr &MI) const { in isCandidateToMergeOrPair() function in AArch64InstrInfo
3373 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
3374 !isCandidateToMergeOrPair(SecondLdSt)) in shouldClusterMemOps()