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

Overrides

lib/Target/Mips/MipsInstrInfo.h
  128   virtual void storeRegToStack(MachineBasicBlock &MBB,

Declarations

lib/Target/Mips/MipsSEInstrInfo.h
   49   void storeRegToStack(MachineBasicBlock &MBB,

References

lib/Target/Mips/MipsSEFrameLowering.cpp
  194   TII.storeRegToStack(MBB, I, VR, true, FI, RC, &RegInfo, 0);
  239   TII.storeRegToStack(MBB, I, VR0, true, FI, RC, &RegInfo, 0);
  241   TII.storeRegToStack(MBB, I, VR1, true, FI, RC, &RegInfo, RegSize);
  326     TII.storeRegToStack(MBB, I, LoReg, I->getOperand(1).isKill(), FI, RC,
  328     TII.storeRegToStack(MBB, I, HiReg, I->getOperand(2).isKill(), FI, RC,
  390     TII.storeRegToStack(MBB, I, SrcReg, Op1.isKill(), FI, RC, &RegInfo, 0);