Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp311 spliceBB(Builder.saveIP(), New, CreateBranch, DebugLoc); in spliceBB()
336 BasicBlock *New = splitBB(Builder.saveIP(), CreateBranch, DebugLoc, Name); in splitBB()
350 BasicBlock *New = splitBB(Builder.saveIP(), CreateBranch, DebugLoc, Name); in splitBB()
1044 return Builder.saveIP(); in createBarrier()
1083 return createBarrier(LocationDescription(Builder.saveIP(), Loc.DL), in createCancel()
1100 return Builder.saveIP(); in createCancel()
1134 return createBarrier(LocationDescription(Builder.saveIP(), Loc.DL), in createCancellationPoint()
1151 return Builder.saveIP(); in createCancellationPoint()
1181 return Builder.saveIP(); in emitTargetKernel()
1239 InsertPointOrErrorTy AfterIP = EmitTargetCallFallbackCB(Builder.saveIP()); in emitKernelLaunch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Atomic/
H A DAtomic.cpp122 auto CurrentIP = Builder->saveIP(); in EmitAtomicLoadLibcall()
161 auto CurrentIP = Builder->saveIP(); in EmitAtomicStoreLibcall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp208 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.cpp1388 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCGObjC.cpp3011 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DCGStmtOpenMP.cpp1774 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody()
1791 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
H A DCodeGenFunction.h1981 if (CGF.Builder.saveIP().isSet())
H A DCGCall.cpp5338 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGOpenMPRuntime.cpp1403 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
9693 return CGF.Builder.saveIP(); in emitTargetCallKernelLaunch()
H A DCGExpr.cpp609 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h663 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
2019 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp650 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp357 auto OldIP = Builder.saveIP(); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h311 InsertPoint saveIP() const { in saveIP() function