Home
last modified time | relevance | path

Searched refs:JBufPtr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp613 Value *JBufPtr in insertSjLjEHSupport() local
618 GetElementPtrInst::Create(JBufPtr, Idxs, "jbuf_fp_gep", in insertSjLjEHSupport()
630 GetElementPtrInst::Create(JBufPtr, Idxs, "jbuf_sp_gep", in insertSjLjEHSupport()
638 CastInst::Create(Instruction::BitCast, JBufPtr, in insertSjLjEHSupport()
944 Value *JBufPtr = GetElementPtrInst::Create(FuncCtx, Idxs, "jbuf_gep", in setupEntryBlockAndCallSites() local
949 Value *FramePtr = GetElementPtrInst::Create(JBufPtr, Idxs, "jbuf_fp_gep", in setupEntryBlockAndCallSites()
960 Value *StackPtr = GetElementPtrInst::Create(JBufPtr, Idxs, "jbuf_sp_gep", in setupEntryBlockAndCallSites()
967 Value *SetjmpArg = CastInst::Create(Instruction::BitCast, JBufPtr, in setupEntryBlockAndCallSites()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp378 Value *JBufPtr = in setupEntryBlockAndCallSites() local
382 Value *FramePtr = Builder.CreateConstGEP2_32(doubleUnderJBufTy, JBufPtr, 0, 0, in setupEntryBlockAndCallSites()
389 Value *StackPtr = Builder.CreateConstGEP2_32(doubleUnderJBufTy, JBufPtr, 0, 2, in setupEntryBlockAndCallSites()