Home
last modified time | relevance | path

Searched refs:PersonalityFn (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp93 Function *PersonalityFn = nullptr; member in __anon925087260111::WinEHStatePass
155 PersonalityFn = in runOnFunction()
157 if (!PersonalityFn) in runOnFunction()
159 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
193 PersonalityFn = nullptr; in runOnFunction()
305 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
350 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
DX86ISelLowering.h1198 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
1203 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
DX86ISelLowering.cpp25148 const Constant *PersonalityFn) const { in getExceptionPointerRegister()
25149 if (classifyEHPersonality(PersonalityFn) == EHPersonality::CoreCLR) in getExceptionPointerRegister()
25156 const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
25158 assert(!isFuncletEHPersonality(classifyEHPersonality(PersonalityFn))); in getExceptionSelectorRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
327 const Constant *PersonalityFn = in emitPrologue() local
330 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
362 const Constant *PersonalityFn = in emitEpilogue() local
365 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue()
DXCoreISelLowering.h131 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
138 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h107 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
114 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h141 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
146 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
DRISCVISelLowering.cpp2887 const Constant *PersonalityFn) const { in getExceptionPointerRegister()
2892 const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp209 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
213 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h477 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
484 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp108 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeBlockColors() local
109 if (isScopedEHPersonality(classifyEHPersonality(PersonalityFn))) in computeBlockColors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h239 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
246 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h357 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
364 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h533 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
538 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
DARMISelLowering.cpp17425 const Constant *PersonalityFn) const { in getExceptionPointerRegister()
17432 const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h505 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
513 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h954 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
959 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
DPPCISelLowering.cpp15310 const Constant *PersonalityFn) const { in getExceptionPointerRegister()
15315 const Constant *PersonalityFn) const { in getExceptionSelectorRegister()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1754 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
1755 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
1756 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad()
1781 Register ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
1789 Register SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1247 const Constant *PersonalityFn = FuncInfo->Fn->getPersonalityFn(); in PrepareEHLandingPad() local
1252 auto Pers = classifyEHPersonality(PersonalityFn); in PrepareEHLandingPad()
1261 MCPhysReg EHPhysReg = TLI->getExceptionPointerRegister(PersonalityFn); in PrepareEHLandingPad()
1288 if (unsigned Reg = TLI->getExceptionPointerRegister(PersonalityFn)) in PrepareEHLandingPad()
1291 if (unsigned Reg = TLI->getExceptionSelectorRegister(PersonalityFn)) in PrepareEHLandingPad()
DSelectionDAGBuilder.cpp2897 const Constant *PersonalityFn = FuncInfo.Fn->getPersonalityFn(); in visitLandingPad() local
2898 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in visitLandingPad()
2899 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in visitLandingPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1566 getExceptionPointerRegister(const Constant *PersonalityFn) const { in getExceptionPointerRegister() argument
1574 getExceptionSelectorRegister(const Constant *PersonalityFn) const { in getExceptionSelectorRegister() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2414 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2308 void LLVMSetPersonalityFn(LLVMValueRef Fn, LLVMValueRef PersonalityFn) { in LLVMSetPersonalityFn() argument
2309 unwrap<Function>(Fn)->setPersonalityFn(unwrap<Constant>(PersonalityFn)); in LLVMSetPersonalityFn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5390 Constant *PersonalityFn = nullptr; in ParseFunctionHeader() local
5411 ParseGlobalTypeAndValue(PersonalityFn))) in ParseFunctionHeader()
5505 Fn->setPersonalityFn(PersonalityFn); in ParseFunctionHeader()