Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5323 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
5331 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
5371 Scope.addPrivate(RHSVar, [=]() { return RHSElementCurrent; }); in EmitOMPAggregateReduction()
5454 const auto *RHSVar = in emitReductionFunction() local
5456 Scope.addPrivate(RHSVar, [&CGF, RHS, Idx, RHSVar]() { in emitReductionFunction()
5457 return emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar); in emitReductionFunction()
5486 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
5488 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5513 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5515 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]