Home
last modified time | relevance | path

Searched refs:FuncCtx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp52 AllocaInst *FuncCtx; member in __anone0d7897d0111::SjLjEHPrepare
112 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
180 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), in setupFunctionContext()
190 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
209 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
217 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
220 return FuncCtx; in setupFunctionContext()
382 Value *FuncCtx = in setupEntryBlockAndCallSites() local
389 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
410 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
[all …]
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp52 AllocaInst *FuncCtx; member in __anon39ada0450111::SjLjEHPrepare
112 Builder.CreateGEP(FunctionContextTy, FuncCtx, Idxs, "call_site"); in insertCallSiteStore()
177 FuncCtx = new AllocaInst(FunctionContextTy, nullptr, Align, "fn_context", in setupFunctionContext()
187 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 2, "__data"); in setupFunctionContext()
206 FunctionContextTy, FuncCtx, 0, 3, "pers_fn_gep"); in setupFunctionContext()
214 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 4, "lsda_gep"); in setupFunctionContext()
217 return FuncCtx; in setupFunctionContext()
372 Value *FuncCtx = in setupEntryBlockAndCallSites() local
379 Builder.CreateConstGEP2_32(FunctionContextTy, FuncCtx, 0, 5, "jbuf_gep"); in setupEntryBlockAndCallSites()
400 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy()); in setupEntryBlockAndCallSites()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp724 AllocaInst *FuncCtx = in setupFunctionContext() local
736 CallSite = GetElementPtrInst::Create(FuncCtx, Idxs, "call_site", in setupFunctionContext()
741 Value *FCData = GetElementPtrInst::Create(FuncCtx, Idxs, "__data", in setupFunctionContext()
777 GetElementPtrInst::Create(FuncCtx, Idxs, "pers_fn_gep", in setupFunctionContext()
784 Value *LSDAFieldPtr = GetElementPtrInst::Create(FuncCtx, Idxs, "lsda_gep", in setupFunctionContext()
790 return FuncCtx; in setupFunctionContext()
934 Value *FuncCtx = setupFunctionContext(F, LPads); in setupEntryBlockAndCallSites() local
944 Value *JBufPtr = GetElementPtrInst::Create(FuncCtx, Idxs, "jbuf_gep", in setupEntryBlockAndCallSites()
974 Value *FuncCtxArg = CastInst::Create(Instruction::BitCast, FuncCtx, in setupEntryBlockAndCallSites()
1007 CallInst *Register = CallInst::Create(RegisterFn, FuncCtx, "", in setupEntryBlockAndCallSites()
[all …]