Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h88 bool isLdStPairSuppressed(const MachineInstr *MI) const;
DAArch64LoadStoreOptimizer.cpp562 if (MI->hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in findMatchingInsn()
924 if (TII->isLdStPairSuppressed(MI)) { in optimizeBlock()
DAArch64InstrInfo.cpp1291 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr *MI) const { in isLdStPairSuppressed() function in AArch64InstrInfo