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

References

lib/Target/PowerPC/PPCRegisterInfo.cpp
  989   MachineInstr &MI = *II;
 1014     lowerDynamicAreaOffset(II);
 1021     lowerDynamicAlloc(II);
 1027     lowerCRSpilling(II, FrameIndex);
 1030     lowerCRRestore(II, FrameIndex);
 1033     lowerCRBitSpilling(II, FrameIndex);
 1036     lowerCRBitRestore(II, FrameIndex);
 1039     lowerVRSAVESpilling(II, FrameIndex);
 1042     lowerVRSAVERestore(II, FrameIndex);
 1101     BuildMI(MBB, II, dl, TII.get(is64Bit ? PPC::LI8 : PPC::LI), SReg)
 1104     BuildMI(MBB, II, dl, TII.get(is64Bit ? PPC::LIS8 : PPC::LIS), SRegHi)
 1106     BuildMI(MBB, II, dl, TII.get(is64Bit ? PPC::ORI8 : PPC::ORI), SReg)