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

References

lib/Target/XCore/XCoreFrameLowering.cpp
  225   assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
  227   MachineFrameInfo &MFI = MF.getFrameInfo();
  228   MachineModuleInfo *MMI = &MF.getMMI();
  230   const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
  231   XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
  240   const AttributeList &PAL = MF.getFunction().getAttributes();
  256   bool FP = hasFP(MF);
  257   bool emitFrameMoves = XCoreRegisterInfo::needsFrameMoves(MF);
  266     MIB->addRegisterKilled(XCore::LR, MF.getSubtarget().getRegisterInfo(),
  309       EmitDefCfaRegister(MBB, MBBI, dl, TII, MF,
  326       const Function *Fn = &MF.getFunction();
  331                      MF.getSubtarget().getTargetLowering());