Home
last modified time | relevance | path

Searched refs:DestVD (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp123 llvm::Value *SrcAddr, const VarDecl *DestVD, in EmitOMPCopy() argument
135 [&CGF, Copy, SrcVD, DestVD](llvm::Value *DestElement, in EmitOMPCopy()
141 Remap.addPrivate(DestVD, [DestElement]() -> llvm::Value *{ in EmitOMPCopy()
154 Remap.addPrivate(DestVD, [DestAddr]() -> llvm::Value *{ return DestAddr; }); in EmitOMPCopy()
305 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPCopyinClause() local
306 EmitOMPCopy(*this, (*IRef)->getType(), PrivateAddr, MasterAddr, DestVD, in EmitOMPCopyinClause()
340 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseInit() local
341 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPLastprivateClauseInit()
398 auto *DestVD = cast<VarDecl>(cast<DeclRefExpr>(*IDestRef)->getDecl()); in EmitOMPLastprivateClauseFinal() local
400 auto *OriginalAddr = GetAddrOfLocalVar(DestVD); in EmitOMPLastprivateClauseFinal()
[all …]
DCodeGenFunction.h2050 const VarDecl *DestVD, const VarDecl *SrcVD,