Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h273 static bool isPairableLdStInst(const MachineInstr &MI);
HDAArch64LoadStoreOptimizer.cpp2501 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()
HDAArch64InstrInfo.cpp2476 bool AArch64InstrInfo::isPairableLdStInst(const MachineInstr &MI) { in isPairableLdStInst() function in AArch64InstrInfo
4335 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()