reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AArch64/AArch64InstrInfo.h
   97   static bool isPairableLdStInst(const MachineInstr &MI);

References

lib/Target/AArch64/AArch64InstrInfo.cpp
 2345   if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt))
 2345   if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt))
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
 1791     if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI))