Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h130 static bool isPairableLdStInst(const MachineInstr &MI);
H A DAArch64LoadStoreOptimizer.cpp2495 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()
H A DAArch64InstrInfo.cpp2455 bool AArch64InstrInfo::isPairableLdStInst(const MachineInstr &MI) { in isPairableLdStInst() function in AArch64InstrInfo
4276 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()