Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp56 Value *PersonalityFn; member in __anon6488fd9a0111::SjLjEHPass
132 PersonalityFn = 0; in doInitialization()
452 if (!PersonalityFn) PersonalityFn = LPI->getPersonalityFn(); in insertSjLjEHSupport()
461 if (!PersonalityFn) PersonalityFn = CI->getArgOperand(1); in insertSjLjEHSupport()
473 if (!PersonalityFn) PersonalityFn = LPI->getPersonalityFn(); in insertSjLjEHSupport()
480 if (!PersonalityFn) return false; in insertSjLjEHSupport()
608 new StoreInst(PersonalityFn, PersonalityFieldPtr, true, in insertSjLjEHSupport()
774 if (!PersonalityFn) in setupFunctionContext()
775 PersonalityFn = LPads[0]->getPersonalityFn(); in setupFunctionContext()
779 new StoreInst(PersonalityFn, PersonalityFieldPtr, true, in setupFunctionContext()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp99 Function *PersonalityFn = nullptr; member in __anona61101280111::WinEHStatePass
155 PersonalityFn = in runOnFunction()
157 if (!PersonalityFn) in runOnFunction()
159 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
198 PersonalityFn = nullptr; in runOnFunction()
310 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
352 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
408 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinEHState.cpp99 Function *PersonalityFn = nullptr; member in __anonff7c44800111::WinEHStatePass
161 PersonalityFn = in runOnFunction()
163 if (!PersonalityFn) in runOnFunction()
165 Personality = classifyEHPersonality(PersonalityFn); in runOnFunction()
204 PersonalityFn = nullptr; in runOnFunction()
316 StringRef PersonalityName = PersonalityFn->getName(); in emitExceptionRegistrationRecord()
358 linkExceptionRegistration(Builder, PersonalityFn); in emitExceptionRegistrationRecord()
416 Builder.CreateBitCast(PersonalityFn, TargetFuncTy->getPointerTo()); in generateLSDAInEAXThunk()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp163 const Constant *PersonalityFn, in GetEHSpillList() argument
169 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
172 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
328 const Constant *PersonalityFn = in emitPrologue() local
331 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
363 const Constant *PersonalityFn = in emitEpilogue() local
366 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitEpilogue()
DXCoreISelLowering.h132 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
139 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp162 const Constant *PersonalityFn, in GetEHSpillList() argument
168 TL->getExceptionPointerRegister(PersonalityFn))); in GetEHSpillList()
171 TL->getExceptionSelectorRegister(PersonalityFn))); in GetEHSpillList()
326 const Constant *PersonalityFn = in emitPrologue() local
329 GetEHSpillList(SpillList, MFI, XFI, PersonalityFn, in emitPrologue()
361 const Constant *PersonalityFn = in emitEpilogue() local
364 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMustExecute.cpp54 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeLoopSafetyInfo() local
55 if (isScopedEHPersonality(classifyEHPersonality(PersonalityFn))) in computeLoopSafetyInfo()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h184 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
191 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp143 const Value *PersonalityFn; member
148 MessagesStr(Messages), PersonalityFn(0) { in Verifier()
153 Context(0), DT(0), MessagesStr(Messages), PersonalityFn(0) { in Verifier()
178 PersonalityFn = 0; in runOnFunction()
1447 if (PersonalityFn) in visitLandingPadInst()
1448 Assert1(LPI.getPersonalityFn() == PersonalityFn, in visitLandingPadInst()
1450 PersonalityFn = LPI.getPersonalityFn(); in visitLandingPadInst()
1453 Assert1(isa<Constant>(PersonalityFn), "Personality function is not constant!", in visitLandingPadInst()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h437 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
444 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp207 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
211 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp204 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local
208 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h460 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
467 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
287 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h376 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
384 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/llvm/lib/Target/ARM/
DARMISelLowering.h432 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
437 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h226 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
233 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1111 const Constant *PersonalityFn = MF->getFunction().getPersonalityFn(); in translateLandingPad() local
1112 if (TLI.getExceptionPointerRegister(PersonalityFn) == 0 && in translateLandingPad()
1113 TLI.getExceptionSelectorRegister(PersonalityFn) == 0) in translateLandingPad()
1138 unsigned ExceptionReg = TLI.getExceptionPointerRegister(PersonalityFn); in translateLandingPad()
1146 unsigned SelectorReg = TLI.getExceptionSelectorRegister(PersonalityFn); in translateLandingPad()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h735 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
740 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h408 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
416 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h352 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument
359 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h503 getExceptionPointerRegister(const Constant *PersonalityFn) const override;
508 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;

123