Searched refs:RHSVar (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4711 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument 4719 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction() 4760 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction() 4847 const auto *RHSVar = in emitReductionFunction() local 4849 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction() 4877 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction() 4902 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local 4904 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5158 const auto *RHSVar = in emitReduction() local 5160 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction() [all …]
|