Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h82 bool isLdStPairSuppressed(const MachineInstr &MI) const;
DAArch64LoadStoreOptimizer.cpp1161 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in areCandidatesToMergeOrPair()
1166 !TII->isLdStPairSuppressed(FirstMI) && in areCandidatesToMergeOrPair()
DAArch64InstrInfo.cpp1454 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) const { in isLdStPairSuppressed() function in AArch64InstrInfo
1517 if (isLdStPairSuppressed(MI)) in isCandidateToMergeOrPair()