Searched refs:LHSVD (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1314 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local 1321 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit() 1327 PrivateScope.addPrivate(LHSVD, RedCG.getSharedLValue(Count).getAddress()); in EmitOMPReductionClauseInit() 1339 OriginalAddr.withElementType(ConvertTypeForMem(LHSVD->getType())); in EmitOMPReductionClauseInit() 1341 PrivateScope.addPrivate(LHSVD, OriginalAddr); in EmitOMPReductionClauseInit() 3921 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective() local 3932 PrivScope.addPrivate(LHSVD, LHSAddr); in emitScanBasedDirective()
|
| H A D | CGOpenMPRuntime.cpp | 5582 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(LHS)->getDecl()); in emitReduceCombFunction() local 5617 LHSVD, in emitReduceCombFunction() 5622 C.getPointerType(LHSVD->getType())->castAs<PointerType>())); in emitReduceCombFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19187 VarDecl *LHSVD = buildVarDecl(S, ELoc, Type, ".reduction.lhs", in actOnOMPReductionKindClause() local 19245 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc); in actOnOMPReductionKindClause()
|