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