Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp387 return Builder.saveIP(); in emitBarrierImpl()
438 return Builder.saveIP(); in createCancel()
472 ExitCB(Builder.saveIP()); in emitCancelationCheckImpl()
987 return Builder.saveIP(); in createSections()
1892 return Builder.saveIP(); in createCopyPrivate()
2029 return Builder.saveIP(); in EmitOMPInlinedRegion()
2143 return Builder.saveIP(); in createCopyinClauseBlocks()
2465 return Builder.saveIP(); in createAtomicRead()
2499 return Builder.saveIP(); in createAtomicWrite()
2525 return Builder.saveIP(); in createAtomicUpdate()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h153 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
492 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp946 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitCatchPadBlock()
990 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitWasmCatchPadBlock()
1111 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1601 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
H A DCodeGenPGO.cpp987 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCodeGenFunction.h1774 if (CGF.Builder.saveIP().isSet())
1794 IP = CGF.Builder.saveIP();
H A DCGObjC.cpp2943 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DTargetInfo.cpp11258 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
11318 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
H A DCGCall.cpp4741 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGExpr.cpp553 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
H A DCGOpenMPRuntime.cpp1466 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h271 InsertPoint saveIP() const { in saveIP() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2283 auto CurrIP = Builder.saveIP(); in createVectorIntOrFpInductionPHI()
9896 auto OldIP = Builder.saveIP(); in get()