reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 static bool isPairableLdStInst(const MachineInstr &MI);
2345 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) 2345 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt))lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
1791 if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI))