Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp123 Builder->restoreIP(AllocaIP); in EmitAtomicLoadLibcall()
126 Builder->restoreIP(CurrentIP); in EmitAtomicLoadLibcall()
162 Builder->restoreIP(AllocaIP); in EmitAtomicStoreLibcall()
164 Builder->restoreIP(CurrentIP); in EmitAtomicStoreLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp375 Builder.restoreIP(OuterAllocaIP); in createFakeIntVal()
390 Builder.restoreIP(InnerAllocaIP); in createFakeIntVal()
1082 Builder.restoreIP(IP); in createCancel()
1133 Builder.restoreIP(IP); in createCancellationPoint()
1161 Builder.restoreIP(AllocaIP); in emitTargetKernel()
1164 Builder.restoreIP(Loc.IP); in emitTargetKernel()
1192 Builder.restoreIP(Loc.IP); in emitKernelLaunch()
1226 Builder.restoreIP(emitTargetKernel( in emitKernelLaunch()
1242 Builder.restoreIP(*AfterIP); in emitKernelLaunch()
1329 Builder.restoreIP(CurrentIP); in targetParallelCallback()
[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()
1195 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.cpp755 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
797 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
992 Builder.restoreIP(savedInactiveFallthroughIP); in PopCleanupBlock()
1028 Builder.restoreIP(NormalDeactivateOrigIP); in PopCleanupBlock()
1078 Builder.restoreIP(SavedIP); in PopCleanupBlock()
H A DTargetInfo.cpp217 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
H A DCGStmtOpenMP.cpp1765 Builder.restoreIP(CodeGenIP); in EmitOMPInlinedRegionBody()
1782 Builder.restoreIP(CodeGenIP); in EmitOMPOutlinedRegionBody()
1852 Builder.restoreIP(AfterIP); in EmitOMPParallelDirective()
2129 Builder.restoreIP(CodeGenIP); in EmitOMPCanonicalLoop()
2148 Builder.restoreIP(CL->getAfterIP()); in EmitOMPCanonicalLoop()
4403 Builder.restoreIP(AfterIP); in EmitOMPSectionsDirective()
4443 Builder.restoreIP(AfterIP); in EmitOMPSectionDirective()
4528 Builder.restoreIP(AfterIP); in EmitOMPMasterDirective()
4578 Builder.restoreIP(AfterIP); in EmitOMPMaskedDirective()
4623 Builder.restoreIP(AfterIP); in EmitOMPCriticalDirective()
[all …]
H A DCGObjCRuntime.cpp276 CGF.Builder.restoreIP(SavedIP); in EmitTryCatchStmt()
H A DCGOpenMPRuntimeGPU.cpp755 Bld.restoreIP(OMPBuilder.createTargetInit(Bld, Attrs)); in emitKernelInit()
1729 CGF.Builder.restoreIP(CodeGenIP); in emitReduction()
1761 CGF.Builder.restoreIP(AfterIP); in emitReduction()
H A DCodeGenPGO.cpp1399 Builder.restoreIP(BuilderInsertPoint); in valueProfile()
H A DCGOpenMPRuntime.cpp1187 CGF.Builder.restoreIP(IP); in PushAndPopStackRAII()
2331 CGF.Builder.restoreIP(AfterIP); in emitBarrierCall()
9373 MapperCGF.Builder.restoreIP(CodeGenIP); in emitUserDefinedMapper()
9690 CGF.Builder.restoreIP(IP); in emitTargetCallKernelLaunch()
9729 CGF.Builder.restoreIP(AfterIP); in emitTargetCallKernelLaunch()
10340 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10359 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10411 CGF.Builder.restoreIP(AfterIP); in emitTargetDataCalls()
H A DCGExpr.cpp611 Builder.restoreIP(CGBuilderTy::InsertPoint( in EmitMaterializeTemporaryExpr()
624 Builder.restoreIP(OldIP); in EmitMaterializeTemporaryExpr()
H A DCGObjCMac.cpp4748 CGF.Builder.restoreIP(TryFallthroughIP); in EmitTryOrSynchronizedStmt()
4775 CGF.Builder.restoreIP(SavedIP); in EmitTryOrSynchronizedStmt()
H A DCGObjC.cpp3057 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
H A DCodeGenFunction.h1601 CGF.Builder.restoreIP(IP);
H A DCGCall.cpp5342 Builder.restoreIP(IP); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h117 void restoreIP(VPInsertPoint IP) { in restoreIP() function
333 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DVPlan.cpp381 Builder.restoreIP(OldIP); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h166 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp665 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h323 void restoreIP(InsertPoint IP) { in restoreIP() function
424 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2023 Builder.restoreIP(Loc.IP); in updateToLocation()