/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 368 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 D | CGException.cpp | 961 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 D | CGCleanup.cpp | 740 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 D | TargetInfo.cpp | 206 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
|
H A D | CGStmtOpenMP.cpp | 1724 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 D | CGObjCRuntime.cpp | 277 CGF.Builder.restoreIP(SavedIP); in EmitTryCatchStmt()
|
H A D | CGOpenMPRuntimeGPU.cpp | 754 Bld.restoreIP(OMPBuilder.createTargetInit( in emitKernelInit() 1731 CGF.Builder.restoreIP(CodeGenIP); in emitReduction() 1757 CGF.Builder.restoreIP(OMPBuilder.createReductionsGPU( in emitReduction()
|
H A D | CodeGenPGO.cpp | 1384 Builder.restoreIP(BuilderInsertPoint); in valueProfile()
|
H A D | CGStmt.cpp | 3243 Builder.restoreIP(IP); in emitConvergenceLoopToken() 3265 Builder.restoreIP(IP); in getOrEmitConvergenceEntryToken()
|
H A D | CGOpenMPRuntime.cpp | 1193 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 D | CGExpr.cpp | 566 Builder.restoreIP(CGBuilderTy::InsertPoint( in EmitMaterializeTemporaryExpr() 579 Builder.restoreIP(OldIP); in EmitMaterializeTemporaryExpr()
|
H A D | CGObjCMac.cpp | 4848 CGF.Builder.restoreIP(TryFallthroughIP); in EmitTryOrSynchronizedStmt() 4875 CGF.Builder.restoreIP(SavedIP); in EmitTryOrSynchronizedStmt()
|
H A D | CGObjC.cpp | 3011 CGF.Builder.restoreIP(ip); in emitARCOperationAfterCall()
|
H A D | CodeGenFunction.h | 1570 CGF.Builder.restoreIP(IP);
|
H A D | CGCall.cpp | 5150 Builder.restoreIP(IP); in EmitCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 111 void restoreIP(VPInsertPoint IP) { in restoreIP() function 223 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
H A D | VPlan.cpp | 352 Builder.restoreIP(OldIP); in get()
|
H A D | VPlanRecipes.cpp | 1326 Builder.restoreIP(CurrIP); in execute()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 158 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 630 Builder.restoreIP(IP); in createEnqueuedBlockKernel()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1929 Builder.restoreIP(Loc.IP); in updateToLocation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 286 void restoreIP(InsertPoint IP) { in restoreIP() function 387 Builder.restoreIP(InsertPoint(Block, Point)); in ~InsertPointGuard()
|