Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5322 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5330 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5370 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5459 const auto *LHSVar = in emitReductionFunction() local
5461 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5462 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5485 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
5488 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5512 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5515 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]