Home
last modified time | relevance | path

Searched refs:restoreIP (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h88 void restoreIP(VPInsertPoint IP) { in restoreIP() function
160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
DLoopVectorize.cpp1818 Builder.restoreIP(CurrIP); in createVectorIntOrFpInductionPHI()
2148 Builder.restoreIP(OldIP); in getOrCreateVectorValue()
/external/clang/lib/CodeGen/
DCGException.cpp871 Builder.restoreIP(savedIP); in EmitLandingPad()
913 CGF.Builder.restoreIP(SavedIP); in emitCatchPadBlock()
988 CGF.Builder.restoreIP(savedIP); in emitCatchDispatchBlock()
1176 CGF.Builder.restoreIP(SavedIP); in Emit()
1279 CGF.Builder.restoreIP(savedIP); in exit()
1315 Builder.restoreIP(SavedIP); in getTerminateLandingPad()
1348 Builder.restoreIP(SavedIP); in getTerminateHandler()
1371 Builder.restoreIP(SavedIP); in getEHResumeBlock()
1386 Builder.restoreIP(SavedIP); in getEHResumeBlock()
DCGCleanup.cpp885 Builder.restoreIP(savedInactiveFallthroughIP); in PopCleanupBlock()
963 Builder.restoreIP(SavedIP); in PopCleanupBlock()
1205 Builder.restoreIP(SavedIP); in DeactivateCleanupBlock()
DCGObjCRuntime.cpp272 CGF.Builder.restoreIP(SavedIP); in EmitTryCatchStmt()
DCodeGenPGO.cpp778 Builder.restoreIP(BuilderInsertPoint); in valueProfile()
DCGObjC.cpp2477 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
2487 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
DCGObjCMac.cpp4314 CGF.Builder.restoreIP(TryFallthroughIP); in EmitTryOrSynchronizedStmt()
4342 CGF.Builder.restoreIP(SavedIP); in EmitTryOrSynchronizedStmt()
DCGCall.cpp3610 Builder.restoreIP(IP); in EmitCall()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h114 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h122 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1428 if (saveIP.isSet()) IRB()->restoreIP(saveIP); in CreateEntryAlloca()
1438 if (saveIP.isSet()) IRB()->restoreIP(saveIP); in CreateEntryAlloca()
/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1337 B.restoreIP(ip); in make_alloca()
1346 B.restoreIP(ip); in make_alloca()
/external/llvm/include/llvm/IR/
DIRBuilder.h182 void restoreIP(InsertPoint IP) { in restoreIP() function
225 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h200 void restoreIP(InsertPoint IP) { in restoreIP() function
243 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h162 void restoreIP(InsertPoint IP) { in restoreIP() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1888 Builder.restoreIP(CurrIP); in createVectorIntInductionPHI()