Home
last modified time | relevance | path

Searched refs:IsSEH (Results 1 – 10 of 10) 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()
DX86ISelLowering.cpp23625 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad() local
23627 if (IsSEH && Subtarget.is32Bit()) { in EmitLoweredCatchPad()
/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-7.0/llvm/lib/CodeGen/
DAnalysis.cpp670 bool IsSEH = isAsynchronousEHPersonality( in getEHScopeMembership() local
681 } else if (IsSEH && MBB.isEHPad()) { in getEHScopeMembership()
699 {Successor, IsSEH ? EntryBBNumber : SuccessorColor->getNumber()}); in getEHScopeMembership()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp324 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality( in ExpandMI() local
326 X86FL->restoreWin32EHStackPointers(MBB, MBBI, DL, /*RestoreSP=*/IsSEH); in ExpandMI()
DX86FrameLowering.cpp2131 bool IsSEH = isAsynchronousEHPersonality( in restoreCalleeSavedRegisters() local
2133 if (IsSEH) in restoreCalleeSavedRegisters()
DX86ISelLowering.cpp27570 bool IsSEH = isAsynchronousEHPersonality(classifyEHPersonality(PerFn)); in EmitLoweredCatchPad() local
27572 if (IsSEH && Subtarget.is32Bit()) { in EmitLoweredCatchPad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1384 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchPad() local
1387 if (!IsSEH) in visitCatchPad()
1404 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1405 if (IsSEH) { in visitCatchRet()
1461 bool IsSEH = isAsynchronousEHPersonality(Personality); in findUnwindDestinations() local
1484 if (!IsSEH) in findUnwindDestinations()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1259 bool IsSEH = isAsynchronousEHPersonality(Pers); in visitCatchRet() local
1260 if (IsSEH) { in visitCatchRet()