Home
last modified time | relevance | path

Searched refs:saveIP (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1424 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local
1428 if (saveIP.isSet()) IRB()->restoreIP(saveIP); in CreateEntryAlloca()
1434 auto saveIP = IRB()->saveIP(); in CreateEntryAlloca() local
1438 if (saveIP.isSet()) IRB()->restoreIP(saveIP); in CreateEntryAlloca()
/external/clang/lib/CodeGen/
DCGException.cpp880 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitCatchPadBlock()
934 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1356 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
DCodeGenPGO.cpp767 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
DCGObjC.cpp2470 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
2480 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
DCGCall.cpp3607 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1334 IRBuilderBase::InsertPoint ip = B.saveIP(); in make_alloca()
1343 IRBuilderBase::InsertPoint ip = B.saveIP(); in make_alloca()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h148 InsertPoint saveIP() const { in saveIP() function
/external/llvm/include/llvm/IR/
DIRBuilder.h170 InsertPoint saveIP() const { in saveIP() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h188 InsertPoint saveIP() const { in saveIP() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1780 auto CurrIP = Builder.saveIP(); in createVectorIntOrFpInductionPHI()
2126 auto OldIP = Builder.saveIP(); in getOrCreateVectorValue()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1880 auto CurrIP = Builder.saveIP(); in createVectorIntInductionPHI()