Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp65 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
86 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()
96 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
105 shouldEmitLSDA = hasEHFunclets; in beginFunction()
141 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
272 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
DAsmPrinter.cpp1116 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp64 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
85 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()
95 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
104 shouldEmitLSDA = hasEHFunclets; in beginFunction()
140 if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets()) in endFunction()
280 } else if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets() && in endFuncletImpl()
DAsmPrinter.cpp1040 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp67 bool hasEHFunclets = MMI->hasEHFunclets(); in beginFunction() local
84 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()
94 shouldEmitLSDA = hasEHFunclets; in beginFunction()
122 if (Per == EHPersonality::MSVC_Win64SEH && MMI->hasEHFunclets()) in endFunction()
247 } else if (Per == EHPersonality::MSVC_Win64SEH && MMI->hasEHFunclets() && in endFunclet()
DAsmPrinter.cpp948 MMI->hasEHFunclets() || MAI->hasDotTypeDotSizeDirective()) { in EmitFunctionBody()
1273 MMI->hasEHFunclets() || NeedsLocalForSize) { in SetupMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp277 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()
582 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
DAArch64FrameLowering.cpp244 if (MF.hasEHFunclets()) in hasFP()
1464 if (MF.hasEHFunclets()) in emitEpilogue()
1779 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2624 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h251 bool hasEHFunclets() const { return HasEHFunclets; } in hasEHFunclets() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp383 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()
732 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
DAArch64FrameLowering.cpp268 const unsigned UnwindHelpObject = (MF.hasEHFunclets() ? 8 : 0); in getFixedObjectSize()
303 if (MF.hasEHFunclets()) in hasFP()
1607 if (MF.hasEHFunclets()) in emitEpilogue()
1927 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
2851 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp93 MMI.callsUnwindInit() || MMI.hasEHFunclets() || MMI.callsEHReturn() || in hasFP()
923 MMI.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
2032 if (MF.getMMI().hasEHFunclets()) { in determineCalleeSaves()
2941 if (!STI.is64Bit() || !MF.getMMI().hasEHFunclets() || in processFunctionBeforeFrameFinalized()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp100 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()
1305 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
2329 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()
3517 if (!STI.is64Bit() || !MF.hasEHFunclets() || in processFunctionBeforeFrameFinalized()
3567 if (STI.is32Bit() && MF.hasEHFunclets()) in processFunctionBeforeFrameIndicesReplaced()
/external/llvm/lib/CodeGen/
DAnalysis.cpp675 if (!MF.getMMI().hasEHFunclets()) in getFuncletMembership()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h857 bool hasEHFunclets() const { return HasEHFunclets; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp90 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()
987 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
1987 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()
3175 if (!STI.is64Bit() || !MF.hasEHFunclets() || in processFunctionBeforeFrameFinalized()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h945 bool hasEHFunclets() const { return HasEHFunclets; }
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5744 if (MMI.hasEHFunclets()) { in lowerInvokable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7136 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerInvokable()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7166 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerInvokable()