Home
last modified time | relevance | path

Searched refs:hasEHFunclets (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp68 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
89 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()
99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
108 shouldEmitLSDA = hasEHFunclets; in beginFunction()
136 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
273 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
H A DAsmPrinter.cpp1674 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || in needFuncLabels()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp584 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()
1058 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
H A DAArch64FrameLowering.cpp438 const unsigned UnwindHelpObject = (MF.hasEHFunclets() ? 8 : 0); in getFixedObjectSize()
487 if (MF.hasEHFunclets()) in hasFP()
2332 if (MF.hasEHFunclets()) in emitEpilogue()
2773 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
4122 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp104 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()
1541 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
2820 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()
4150 if (STI.is64Bit() && MF.hasEHFunclets() && in processFunctionBeforeFrameFinalized()
4206 if (STI.is32Bit() && MF.hasEHFunclets()) in processFunctionBeforeFrameIndicesReplaced()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1193 bool hasEHFunclets() const { return HasEHFunclets; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp207 YamlMF.HasEHFunclets = MF.hasEHFunclets(); in print()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8660 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerEndEH()