Searched refs:isPairableLdStInst (Results 1 – 3 of 3) sorted by relevance
101 static bool isPairableLdStInst(const MachineInstr &MI);
1728 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI)) in optimizeBlock()
1944 bool AArch64InstrInfo::isPairableLdStInst(const MachineInstr &MI) { in isPairableLdStInst() function in AArch64InstrInfo2371 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()