/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 56 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/ |
D | X86WinEHState.cpp | 99 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/ |
D | X86WinEHState.cpp | 99 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/ |
D | XCoreFrameLowering.cpp | 163 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()
|
D | XCoreISelLowering.h | 132 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 139 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 162 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()
|
D | XCoreISelLowering.h | 131 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/ |
D | MustExecute.cpp | 54 if (Constant *PersonalityFn = Fn->getPersonalityFn()) in computeLoopSafetyInfo() local 55 if (isScopedEHPersonality(classifyEHPersonality(PersonalityFn))) in computeLoopSafetyInfo()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 111 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/ |
D | SparcISelLowering.h | 111 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 118 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 184 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/ |
D | Verifier.cpp | 143 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/ |
D | SystemZISelLowering.h | 437 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/ |
D | SjLjEHPrepare.cpp | 207 Value *PersonalityFn = F.getPersonalityFn(); in setupFunctionContext() local 211 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()), in setupFunctionContext()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 204 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/ |
D | SystemZISelLowering.h | 460 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 467 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 280 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 287 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 376 getExceptionPointerRegister(const Constant *PersonalityFn) const override { in getExceptionPointerRegister() argument 384 getExceptionSelectorRegister(const Constant *PersonalityFn) const override { in getExceptionSelectorRegister() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 432 getExceptionPointerRegister(const Constant *PersonalityFn) const override; 437 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 226 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/ |
D | IRTranslator.cpp | 1111 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/ |
D | PPCISelLowering.h | 735 getExceptionPointerRegister(const Constant *PersonalityFn) const override; 740 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 408 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/ |
D | MipsISelLowering.h | 352 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/ |
D | ARMISelLowering.h | 503 getExceptionPointerRegister(const Constant *PersonalityFn) const override; 508 getExceptionSelectorRegister(const Constant *PersonalityFn) const override;
|