Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp926 return Builder.saveIP(); in emitBarrierImpl()
978 return Builder.saveIP(); in createCancel()
1008 return Builder.saveIP(); in emitTargetKernel()
1069 return Builder.saveIP(); in emitKernelLaunch()
1884 return Builder.saveIP(); in createTask()
1913 return Builder.saveIP(); in createTaskgroup()
2003 CB(Builder.saveIP()); in createSections()
2211 return Builder.saveIP(); in createReductions()
3991 return Builder.saveIP(); in createCopyPrivate()
4033 return Builder.saveIP(); in createSingle()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp196 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()
1135 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1628 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
H A DCodeGenPGO.cpp1243 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCGObjC.cpp2967 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DCodeGenFunction.h1881 if (CGF.Builder.saveIP().isSet())
H A DCGStmtOpenMP.cpp1705 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody()
1722 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
H A DCGCall.cpp5102 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGOpenMPRuntime.cpp1398 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
9570 return CGF.Builder.saveIP(); in emitTargetCallKernelLaunch()
H A DCGExpr.cpp550 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h584 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
1339 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp575 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp299 auto OldIP = Builder.saveIP(); in get()
H A DVPlanRecipes.cpp987 auto CurrIP = Builder.saveIP(); in execute()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h271 InsertPoint saveIP() const { in saveIP() function