Searched refs:saveIP (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 311 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 D | Atomic.cpp | 122 auto CurrentIP = Builder->saveIP(); in EmitAtomicLoadLibcall() 161 auto CurrentIP = Builder->saveIP(); in EmitAtomicStoreLibcall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 208 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
|
| H A D | CGException.cpp | 970 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 D | CodeGenPGO.cpp | 1388 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
|
| H A D | CGObjC.cpp | 3011 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
|
| H A D | CGStmtOpenMP.cpp | 1774 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody() 1791 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
|
| H A D | CodeGenFunction.h | 1981 if (CGF.Builder.saveIP().isSet())
|
| H A D | CGCall.cpp | 5338 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
|
| H A D | CGOpenMPRuntime.cpp | 1403 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID() 9693 return CGF.Builder.saveIP(); in emitTargetCallKernelLaunch()
|
| H A D | CGExpr.cpp | 609 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 663 : 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 D | AMDGPU.cpp | 650 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 357 auto OldIP = Builder.saveIP(); in get()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 311 InsertPoint saveIP() const { in saveIP() function
|