Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4914 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4922 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4963 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
5050 const auto *RHSVar = in emitReductionFunction() local
5052 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
5080 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5105 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5107 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5361 const auto *RHSVar = in emitReduction() local
5363 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
[all …]