Searched refs:LHSVD (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 945 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local 966 PrivateScope.addPrivate(LHSVD, [this, OASELValueLB]() -> Address { in EmitOMPReductionClauseInit() 1020 PrivateScope.addPrivate(LHSVD, [this, ASELValue]() -> Address { in EmitOMPReductionClauseInit() 1061 PrivateScope.addPrivate(LHSVD, [this, &OriginalAddr, in EmitOMPReductionClauseInit() 1062 LHSVD]() -> Address { in EmitOMPReductionClauseInit() 1064 OriginalAddr, ConvertTypeForMem(LHSVD->getType()), "lhs.begin"); in EmitOMPReductionClauseInit() 1098 PrivateScope.addPrivate(LHSVD, [this, OrigVD, IRef, in EmitOMPReductionClauseInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1229 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local 1236 PrivateScope.addPrivate(LHSVD, [&RedCG, Count, this]() { in EmitOMPReductionClauseInit() 1245 PrivateScope.addPrivate(LHSVD, [&RedCG, Count, this]() { in EmitOMPReductionClauseInit() 1261 OriginalAddr, ConvertTypeForMem(LHSVD->getType()), "lhs.begin"); in EmitOMPReductionClauseInit() 1263 PrivateScope.addPrivate(LHSVD, [OriginalAddr]() { return OriginalAddr; }); in EmitOMPReductionClauseInit() 3258 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective() local 3269 PrivScope.addPrivate(LHSVD, [LHSAddr]() { return LHSAddr; }); in emitScanBasedDirective()
|
D | CGOpenMPRuntime.cpp | 5891 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(LHS)->getDecl()); in emitReduceCombFunction() local 5925 PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() { in emitReduceCombFunction() 5931 PtrAddr, CGF.ConvertTypeForMem(LHSVD->getType())); in emitReduceCombFunction()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9292 auto *LHSVD = buildVarDecl(*this, ELoc, Type, ".reduction.lhs", in ActOnOpenMPReductionClause() local 9317 auto *LHSDRE = buildDeclRefExpr(*this, LHSVD, Type, ELoc); in ActOnOpenMPReductionClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 15257 VarDecl *LHSVD = buildVarDecl(S, ELoc, Type, ".reduction.lhs", in actOnOMPReductionKindClause() local 15314 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc); in actOnOMPReductionKindClause()
|