Home
last modified time | relevance | path

Searched refs:LHSDRE (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp9317 auto *LHSDRE = buildDeclRefExpr(*this, LHSVD, Type, ELoc); in ActOnOpenMPReductionClause() local
9457 ExprResult LHS = CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in ActOnOpenMPReductionClause()
9480 ReductionId.getLocStart(), BOK, LHSDRE, RHSDRE); in ActOnOpenMPReductionClause()
9485 BO_Assign, LHSDRE, ReductionOp.get()); in ActOnOpenMPReductionClause()
9488 ReductionOp.get(), SourceLocation(), LHSDRE, SourceLocation(), in ActOnOpenMPReductionClause()
9492 BO_Assign, LHSDRE, ConditionalOp); in ActOnOpenMPReductionClause()
9531 LHSs.push_back(LHSDRE); in ActOnOpenMPReductionClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp409 auto *LHSDRE = cast<DeclRefExpr>(cast<UnaryOperator>(LHS)->getSubExpr()); in emitInitWithReductionInitializer() local
412 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15314 DeclRefExpr *LHSDRE = buildDeclRefExpr(S, LHSVD, Type, ELoc); in actOnOMPReductionKindClause() local
15458 ExprResult LHS = S.CreateBuiltinUnaryOp(ELoc, UO_AddrOf, LHSDRE); in actOnOMPReductionKindClause()
15482 Stack->getCurScope(), ReductionId.getBeginLoc(), BOK, LHSDRE, RHSDRE); in actOnOMPReductionKindClause()
15487 BO_Assign, LHSDRE, ReductionOp.get()); in actOnOMPReductionKindClause()
15490 ConditionalOperator(ReductionOp.get(), ELoc, LHSDRE, ELoc, RHSDRE, in actOnOMPReductionKindClause()
15494 BO_Assign, LHSDRE, ConditionalOp); in actOnOMPReductionKindClause()
15510 CopyOpRes = S.BuildBinOp(Stack->getCurScope(), ELoc, BO_Assign, LHSDRE, in actOnOMPReductionKindClause()
15652 RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(), in actOnOMPReductionKindClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp623 const auto *LHSDRE = in emitInitWithReductionInitializer() local
628 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()