Home
last modified time | relevance | path

Searched refs:saveIP (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp304 spliceBB(Builder.saveIP(), New, CreateBranch); in spliceBB()
329 BasicBlock *New = splitBB(Builder.saveIP(), CreateBranch, Name); in splitBB()
343 BasicBlock *New = splitBB(Builder.saveIP(), CreateBranch, Name); in splitBB()
984 return Builder.saveIP(); in createBarrier()
1023 createBarrier(LocationDescription(Builder.saveIP(), Loc.DL), in createCancel()
1036 return Builder.saveIP(); in createCancel()
1066 return Builder.saveIP(); in emitTargetKernel()
1124 Builder.restoreIP(emitTargetCallFallbackCB(Builder.saveIP())); in emitKernelLaunch()
1127 return Builder.saveIP(); in emitKernelLaunch()
1161 ExitCB(Builder.saveIP()); in emitCancelationCheckImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp197 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
H A DCGException.cpp970 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitCatchPadBlock()
1014 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitWasmCatchPadBlock()
1136 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1629 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
H A DCodeGenPGO.cpp1373 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCGStmt.cpp3235 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in emitConvergenceLoopToken()
3260 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in getOrEmitConvergenceEntryToken()
H A DCGObjC.cpp2965 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DCGStmtOpenMP.cpp1733 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody()
1750 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
H A DCodeGenFunction.h1971 if (CGF.Builder.saveIP().isSet())
H A DCGCall.cpp5146 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGOpenMPRuntime.cpp1400 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
9633 return CGF.Builder.saveIP(); in emitTargetCallKernelLaunch()
H A DCGExpr.cpp564 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h610 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
1925 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp615 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp326 auto OldIP = Builder.saveIP(); in get()
H A DVPlanRecipes.cpp1280 auto CurrIP = Builder.saveIP(); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h274 InsertPoint saveIP() const { in saveIP() function