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

Declarations

include/llvm/CodeGen/GlobalISel/CombinerHelper.h
   86   bool tryCombineIndexedLoadStore(MachineInstr &MI);

References

lib/CodeGen/GlobalISel/CombinerHelper.cpp
 1303   if (tryCombineIndexedLoadStore(MI))
lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
   74     Changed |= Helper.tryCombineIndexedLoadStore(MI);
   78     return Helper.tryCombineIndexedLoadStore(MI);