Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h82 bool isLdStPairSuppressed(const MachineInstr &MI) const;
DAArch64LoadStoreOptimizer.cpp1161 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in areCandidatesToMergeOrPair()
1166 !TII->isLdStPairSuppressed(FirstMI) && in areCandidatesToMergeOrPair()
DAArch64InstrInfo.cpp1454 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) const { in isLdStPairSuppressed() function in AArch64InstrInfo
1517 if (isLdStPairSuppressed(MI)) in isCandidateToMergeOrPair()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h89 static bool isLdStPairSuppressed(const MachineInstr &MI);
DAArch64LoadStoreOptimizer.cpp1106 if (MI.hasOrderedMemoryRef() || TII->isLdStPairSuppressed(MI)) in areCandidatesToMergeOrPair()
1111 !TII->isLdStPairSuppressed(FirstMI) && in areCandidatesToMergeOrPair()
DAArch64InstrInfo.cpp1899 bool AArch64InstrInfo::isLdStPairSuppressed(const MachineInstr &MI) { in isLdStPairSuppressed() function in AArch64InstrInfo
2085 if (isLdStPairSuppressed(MI)) in isCandidateToMergeOrPair()