Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5227 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
5235 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
5276 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
5363 const auto *RHSVar = in emitReductionFunction() local
5365 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
5393 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5418 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5420 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5674 const auto *RHSVar = in emitReduction() local
5676 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
[all …]