reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1324 MachineFrameInfo &MFI = MF.getFrameInfo(); 1325 const AArch64Subtarget &Subtarget = MF.getSubtarget<AArch64Subtarget>(); 1329 bool NeedsWinCFI = needsWinCFI(MF); 1333 if (!MF.hasWinCFI()) 1334 MF.setHasWinCFI(HasWinCFI); 1346 int NumBytes = IsFunclet ? (int)getWinEHFuncletFrameSize(MF) 1348 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>(); 1352 if (MF.getFunction().getCallingConv() == CallingConv::GHC) 1400 auto Cleanup = make_scope_exit([&] { InsertReturnAddressAuth(MF, MBB); }); 1403 Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv()); 1415 if (MF.hasEHFunclets()) 1417 bool CombineSPBump = shouldCombineCSRLocalStackBump(MF, NumBytes); 1461 const StackOffset &SVEStackSize = getSVEStackSize(MF); 1485 if (!hasFP(MF)) { 1486 bool RedZone = canUseRedZone(MF); 1527 isTargetDarwin(MF) ? (-(int64_t)AFI->getCalleeSavedStackSize() + 16) : 0; 1562 MF.setHasWinCFI(HasWinCFI);