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

/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h83 bool isLdStPairSuppressed(const MachineInstr *MI) const;
H A DAArch64LoadStoreOptimizer.cpp445 if (MI->hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI))
805 if (TII->isLdStPairSuppressed(MI)) {
H A DAArch64InstrInfo.cpp1150 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr *MI) const { function in class:AArch64InstrInfo

Completed in 953 milliseconds