Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4726 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
4734 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
4775 Scope.addPrivate(LHSVar, LHSElementCurrent); in EmitOMPAggregateReduction()
4866 const auto *LHSVar = in emitReductionFunction() local
4868 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar)); in emitReductionFunction()
4890 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
4893 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4917 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
4920 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5197 const auto *LHSVar = in emitReduction() local
[all …]
H A DCGOpenMPRuntimeGPU.cpp1713 const auto *LHSVar = in emitReduction() local
1715 Variable = CGF.GetAddrOfLocalVar(LHSVar).emitRawPointer(CGF); in emitReduction()