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

Overrides

include/llvm/CodeGen/TargetInstrInfo.h
  963   virtual void loadRegFromStackSlot(MachineBasicBlock &MBB,

Declarations

lib/Target/AArch64/AArch64InstrInfo.h
  151   void loadRegFromStackSlot(MachineBasicBlock &MBB,

References

lib/Target/AArch64/AArch64InstrInfo.cpp
 3258         loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex,
 3340         loadRegFromStackSlot(MBB, InsertPt, DstReg, FrameIndex, FillRC, &TRI);