Searched refs:isLdStPairSuppressed (Results 1 – 6 of 6) sorted by relevance
82 bool isLdStPairSuppressed(const MachineInstr &MI) const;
1161 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in areCandidatesToMergeOrPair()1166 !TII->isLdStPairSuppressed(FirstMI) && in areCandidatesToMergeOrPair()
1454 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) const { in isLdStPairSuppressed() function in AArch64InstrInfo1517 if (isLdStPairSuppressed(MI)) in isCandidateToMergeOrPair()
89 static bool isLdStPairSuppressed(const MachineInstr &MI);
1106 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in areCandidatesToMergeOrPair()1111 !TII->isLdStPairSuppressed(FirstMI) && in areCandidatesToMergeOrPair()
1899 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) { in isLdStPairSuppressed() function in AArch64InstrInfo2085 if (isLdStPairSuppressed(MI)) in isCandidateToMergeOrPair()