Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dexception-function-state.mir12 # ALL: hasEHFunclets: true
20 hasEHFunclets: true
30 # FULL: hasEHFunclets: false
36 # SIMPLE-NOT: hasEHFunclets
44 hasEHFunclets: false
54 # FULL: hasEHFunclets: false
60 # SIMPLE-NOT: hasEHFunclets
68 hasEHFunclets: false
/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/mir/
H A Dpreserve-func-info.mir21 # RESULT-NEXT: hasEHFunclets: true
51 hasEHFunclets: true
/llvm-project-15.0.7/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()
144 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
281 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
H A DAsmPrinter.cpp1426 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dinstr-ref-track-clobbers.mir90 hasEHFunclets: false
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp397 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()
848 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
H A DAArch64FrameLowering.cpp393 const unsigned UnwindHelpObject = (MF.hasEHFunclets() ? 8 : 0); in getFixedObjectSize()
432 if (MF.hasEHFunclets()) in hasFP()
1944 if (MF.hasEHFunclets()) in emitEpilogue()
2343 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
3314 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp353 DstMF->setHasEHFunclets(SrcMF->hasEHFunclets()); in cloneMF()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp102 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()
1489 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
2600 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()
3799 if (STI.is64Bit() && MF.hasEHFunclets() && in processFunctionBeforeFrameFinalized()
3853 if (STI.is32Bit() && MF.hasEHFunclets()) in processFunctionBeforeFrameIndicesReplaced()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1098 bool hasEHFunclets() const { return HasEHFunclets; }
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dearly-clobber-tied-def-subreg-liveness.mir74 hasEHFunclets: false
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp202 YamlMF.HasEHFunclets = MF.hasEHFunclets(); in print()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dtail-dup-redundant-phi.mir116 hasEHFunclets: false
H A Dregalloc-last-chance-recolor-with-split.mir89 hasEHFunclets: false
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7687 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerEndEH()