Home
last modified time | relevance | path

Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp116 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument
140 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPFirstprivateClause()
166 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPFirstprivateClause()
190 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument
200 PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPPrivateClause()
279 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument
293 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPLastprivateClauseInit()
307 PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPLastprivateClauseInit()
407 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPReductionClauseInit() argument
418 PrivateScope.addPrivate(LHSVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPReductionClauseInit()
[all …]
HDCodeGenFunction.h2138 OMPPrivateScope &PrivateScope);
2140 OMPPrivateScope &PrivateScope);
2165 OMPPrivateScope &PrivateScope);
2183 OMPPrivateScope &PrivateScope);
HDCGOpenMPRuntime.cpp2703 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
2704 PrivateScope.addPrivate( in emitReduction()
2712 (void)PrivateScope.Privatize(); in emitReduction()