Searched refs:isLdStPairSuppressed (Results 1 – 3 of 3) 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()