Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()