Home
last modified time | relevance | path

Searched refs:IsSEH (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp196 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI() local
198 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH); in ExpandMI()
DX86FrameLowering.cpp1969 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
1971 if (IsSEH) in restoreCalleeSavedRegisters()
/external/llvm/lib/CodeGen/
DAnalysis.cpp679 bool IsSEH = isAsynchronousEHPersonality( in getFuncletMembership() local
690 } else if (IsSEH && MBB.isEHPad()) { in getFuncletMembership()
707 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getFuncletMembership()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp756 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
767 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
785 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp759 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
770 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
788 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp336 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI() local
338 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH); in ExpandMI()
DX86FrameLowering.cpp2180 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2182 if (IsSEH) in restoreCalleeSavedRegisters()
DX86ISelLowering.cpp31242 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad() local
31244 if (IsSEH && Subtarget.is32Bit()) { in EmitLoweredCatchPad()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp2520 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2522 if (IsSEH) in restoreCalleeSavedRegisters()
3576 bool IsSEH = isAsynchronousEHPersonality( in restoreWinEHStackPointersInParent() local
3582 /*RestoreSP=*/IsSEH); in restoreWinEHStackPointersInParent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1613 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1616 if (!IsSEH) in visitCatchPad()
1633 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1634 if (IsSEH) { in visitCatchRet()
1724 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1754 if (!IsSEH) in findUnwindDestinations()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1582 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1584 if (!IsSEH) in visitCatchPad()
1597 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1598 if (IsSEH) { in visitCatchRet()
1688 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1718 if (!IsSEH) in findUnwindDestinations()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1259 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1260 if (IsSEH) { in visitCatchRet()