Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp964 Builder.restoreIP(IP); in createCancel()
991 Builder.restoreIP(Loc.IP); in emitTargetKernel()
1019 Builder.restoreIP(Loc.IP); in emitKernelLaunch()
1380 Builder.restoreIP(IP); in createParallel()
1543 Builder.restoreIP( in createParallel()
1936 Builder.restoreIP(IP); in createSections()
2028 Builder.restoreIP(IP); in createSection()
2152 Builder.restoreIP( in createReductions()
3665 Builder.restoreIP(IP); in applySimd()
5063 Builder.restoreIP( in createOutlinedFunction()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp961 Builder.restoreIP(savedIP); in EmitLandingPad()
1003 CGF.Builder.restoreIP(SavedIP); in emitCatchPadBlock()
1061 CGF.Builder.restoreIP(SavedIP); in emitWasmCatchPadBlock()
1112 CGF.Builder.restoreIP(SavedIP); in emitWasmCatchPadBlock()
1195 CGF.Builder.restoreIP(savedIP); in emitCatchDispatchBlock()
1525 CGF.Builder.restoreIP(savedIP); in exit()
1561 Builder.restoreIP(SavedIP); in getTerminateLandingPad()
1585 Builder.restoreIP(SavedIP); in getTerminateHandler()
1620 Builder.restoreIP(SavedIP); in getTerminateFunclet()
1643 Builder.restoreIP(SavedIP); in getEHResumeBlock()
[all …]
H A DTargetInfo.cpp205 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
H A DCGCleanup.cpp980 Builder.restoreIP(savedInactiveFallthroughIP); in PopCleanupBlock()
1064 Builder.restoreIP(SavedIP); in PopCleanupBlock()
1313 Builder.restoreIP(SavedIP); in DeactivateCleanupBlock()
H A DCGStmtOpenMP.cpp1696 Builder.restoreIP(CodeGenIP); in EmitOMPInlinedRegionBody()
1713 Builder.restoreIP(CodeGenIP); in EmitOMPOutlinedRegionBody()
1778 Builder.restoreIP( in EmitOMPParallelDirective()
2056 Builder.restoreIP(CodeGenIP); in EmitOMPCanonicalLoop()
2073 Builder.restoreIP(CL->getAfterIP()); in EmitOMPCanonicalLoop()
4336 Builder.restoreIP( in EmitOMPMaskedDirective()
5321 Builder.restoreIP(CodeGenIP); in EmitOMPTaskgroupDirective()
5867 CGF.Builder.restoreIP( in emitRestoreIP()
5899 Builder.restoreIP(CodeGenIP); in EmitOMPOrderedDirective()
5921 Builder.restoreIP( in EmitOMPOrderedDirective()
[all …]
H A DCGObjCRuntime.cpp277 CGF.Builder.restoreIP(SavedIP); in EmitTryCatchStmt()
H A DCodeGenPGO.cpp1254 Builder.restoreIP(BuilderInsertPoint); in valueProfile()
H A DCGOpenMPRuntime.cpp1191 CGF.Builder.restoreIP(IP); in PushAndPopStackRAII()
2349 CGF.Builder.restoreIP(OMPBuilder.createBarrier( in emitBarrierCall()
9567 CGF.Builder.restoreIP(IP); in emitTargetCallKernelLaunch()
9592 CGF.Builder.restoreIP(OMPRuntime->getOMPBuilder().emitKernelLaunch( in emitTargetCallKernelLaunch()
10243 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10262 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10309 CGF.Builder.restoreIP(OMPBuilder.createTargetData( in emitTargetDataCalls()
H A DCGExpr.cpp552 Builder.restoreIP(CGBuilderTy::InsertPoint( in EmitMaterializeTemporaryExpr()
565 Builder.restoreIP(OldIP); in EmitMaterializeTemporaryExpr()
H A DCGObjCMac.cpp4839 CGF.Builder.restoreIP(TryFallthroughIP); in EmitTryOrSynchronizedStmt()
4867 CGF.Builder.restoreIP(SavedIP); in EmitTryOrSynchronizedStmt()
H A DCGOpenMPRuntimeGPU.cpp774 Bld.restoreIP(OMPBuilder.createTargetInit( in emitKernelInit()
H A DCGObjC.cpp3013 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
H A DCodeGenFunction.h1482 CGF.Builder.restoreIP(IP);
H A DCGCall.cpp5106 Builder.restoreIP(IP); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h103 void restoreIP(VPInsertPoint IP) { in restoreIP() function
205 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DVPlan.cpp325 Builder.restoreIP(OldIP); in get()
H A DVPlanRecipes.cpp1033 Builder.restoreIP(CurrIP); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h141 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp590 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1343 Builder.restoreIP(Loc.IP); in updateToLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h283 void restoreIP(InsertPoint IP) { in restoreIP() function
384 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()