Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp368 Builder.restoreIP(OuterAllocaIP); in createFakeIntVal()
383 Builder.restoreIP(InnerAllocaIP); in createFakeIntVal()
1022 Builder.restoreIP(IP); in createCancel()
1046 Builder.restoreIP(AllocaIP); in emitTargetKernel()
1049 Builder.restoreIP(Loc.IP); in emitTargetKernel()
1077 Builder.restoreIP(Loc.IP); in emitKernelLaunch()
1111 Builder.restoreIP(emitTargetKernel(Builder, AllocaIP, Return, RTLoc, DeviceID, in emitKernelLaunch()
1124 Builder.restoreIP(emitTargetCallFallbackCB(Builder.saveIP())); in emitKernelLaunch()
1208 Builder.restoreIP(CurrentIP); in targetParallelCallback()
1399 Builder.restoreIP(NewOuter); in createParallel()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp961 Builder.restoreIP(savedIP); in EmitLandingPad()
1003 CGF.Builder.restoreIP(SavedIP); in emitCatchPadBlock()
1062 CGF.Builder.restoreIP(SavedIP); in emitWasmCatchPadBlock()
1113 CGF.Builder.restoreIP(SavedIP); in emitWasmCatchPadBlock()
1196 CGF.Builder.restoreIP(savedIP); in emitCatchDispatchBlock()
1426 CGF.Builder.restoreIP(SavedIP); in Emit()
1526 CGF.Builder.restoreIP(savedIP); in exit()
1562 Builder.restoreIP(SavedIP); in getTerminateLandingPad()
1586 Builder.restoreIP(SavedIP); in getTerminateHandler()
1621 Builder.restoreIP(SavedIP); in getTerminateFunclet()
[all …]
H A DCGCleanup.cpp740 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
782 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
976 Builder.restoreIP(savedInactiveFallthroughIP); in PopCleanupBlock()
1012 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
1062 Builder.restoreIP(SavedIP); in PopCleanupBlock()
H A DTargetInfo.cpp206 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
H A DCGStmtOpenMP.cpp1724 Builder.restoreIP(CodeGenIP); in EmitOMPInlinedRegionBody()
1741 Builder.restoreIP(CodeGenIP); in EmitOMPOutlinedRegionBody()
1806 Builder.restoreIP( in EmitOMPParallelDirective()
2084 Builder.restoreIP(CodeGenIP); in EmitOMPCanonicalLoop()
2101 Builder.restoreIP(CL->getAfterIP()); in EmitOMPCanonicalLoop()
4216 Builder.restoreIP(OMPBuilder.createSections( in EmitOMPSectionsDirective()
4254 Builder.restoreIP(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB)); in EmitOMPSectionDirective()
4335 Builder.restoreIP(OMPBuilder.createMaster(Builder, BodyGenCB, FiniCB)); in EmitOMPMasterDirective()
4381 Builder.restoreIP( in EmitOMPMaskedDirective()
4421 Builder.restoreIP(OMPBuilder.createCritical( in EmitOMPCriticalDirective()
[all …]
H A DCGObjCRuntime.cpp277 CGF.Builder.restoreIP(SavedIP); in EmitTryCatchStmt()
H A DCGOpenMPRuntimeGPU.cpp754 Bld.restoreIP(OMPBuilder.createTargetInit( in emitKernelInit()
1731 CGF.Builder.restoreIP(CodeGenIP); in emitReduction()
1757 CGF.Builder.restoreIP(OMPBuilder.createReductionsGPU( in emitReduction()
H A DCodeGenPGO.cpp1384 Builder.restoreIP(BuilderInsertPoint); in valueProfile()
H A DCGStmt.cpp3243 Builder.restoreIP(IP); in emitConvergenceLoopToken()
3265 Builder.restoreIP(IP); in getOrEmitConvergenceEntryToken()
H A DCGOpenMPRuntime.cpp1193 CGF.Builder.restoreIP(IP); in PushAndPopStackRAII()
2352 CGF.Builder.restoreIP(OMPBuilder.createBarrier( in emitBarrierCall()
9630 CGF.Builder.restoreIP(IP); in emitTargetCallKernelLaunch()
9655 CGF.Builder.restoreIP(OMPRuntime->getOMPBuilder().emitKernelLaunch( in emitTargetCallKernelLaunch()
10268 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10287 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10334 CGF.Builder.restoreIP(OMPBuilder.createTargetData( in emitTargetDataCalls()
H A DCGExpr.cpp566 Builder.restoreIP(CGBuilderTy::InsertPoint( in EmitMaterializeTemporaryExpr()
579 Builder.restoreIP(OldIP); in EmitMaterializeTemporaryExpr()
H A DCGObjCMac.cpp4848 CGF.Builder.restoreIP(TryFallthroughIP); in EmitTryOrSynchronizedStmt()
4875 CGF.Builder.restoreIP(SavedIP); in EmitTryOrSynchronizedStmt()
H A DCGObjC.cpp3011 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
H A DCodeGenFunction.h1570 CGF.Builder.restoreIP(IP);
H A DCGCall.cpp5150 Builder.restoreIP(IP); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h111 void restoreIP(VPInsertPoint IP) { in restoreIP() function
223 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DVPlan.cpp352 Builder.restoreIP(OldIP); in get()
H A DVPlanRecipes.cpp1326 Builder.restoreIP(CurrIP); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h158 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp630 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1929 Builder.restoreIP(Loc.IP); in updateToLocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h286 void restoreIP(InsertPoint IP) { in restoreIP() function
387 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()