reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
537 TargetFrameLowering::determineCalleeSaves(MF, SavedRegs, RS); 539 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>(); 541 const MachineRegisterInfo &MRI = MF.getRegInfo(); 544 if (!LRUsed && !MF.getFunction().isVarArg() && 545 MF.getFrameInfo().estimateStackSize(MF)) 545 MF.getFrameInfo().estimateStackSize(MF)) 550 if (MF.callsUnwindInit() || MF.callsEHReturn()) { 550 if (MF.callsUnwindInit() || MF.callsEHReturn()) { 554 XFI->createEHSpillSlot(MF); 563 XFI->createLRSpillSlot(MF); 566 if (hasFP(MF)) 569 XFI->createFPSpillSlot(MF);