Searched refs:RHSVar (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4914 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() 5078 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local 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 [all …]
|