Searched refs:isLdStPairSuppressed (Results 1 – 3 of 3) sorted by relevance
88 bool isLdStPairSuppressed(const MachineInstr *MI) const;
562 if (MI->hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in findMatchingInsn()924 if (TII->isLdStPairSuppressed(MI)) { in optimizeBlock()
1291 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr *MI) const { in isLdStPairSuppressed() function in AArch64InstrInfo