Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5226 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5234 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5275 Scope.addPrivate(LHSVar, LHSElementCurrent); in EmitOMPAggregateReduction()
5366 const auto *LHSVar = in emitReductionFunction() local
5368 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar)); in emitReductionFunction()
5390 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
5393 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5417 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5420 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5697 const auto *LHSVar = in emitReduction() local
[all …]