Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4727 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4735 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4776 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
4863 const auto *RHSVar = in emitReductionFunction() local
4865 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
4891 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
4893 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4918 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
4920 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5174 const auto *RHSVar = in emitReduction() local
[all …]
H A DCGOpenMPRuntimeGPU.cpp1710 const auto *RHSVar = in emitReduction() local
1712 PrivateVariable = CGF.GetAddrOfLocalVar(RHSVar).emitRawPointer(CGF); in emitReduction()