Searched refs:RHSVar (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4701 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument 4709 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction() 4750 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction() 4837 const auto *RHSVar = in emitReductionFunction() local 4839 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction() 4865 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local 4867 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction() 4892 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local 4894 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5412 const auto *RHSVar = in emitReduction() local [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1708 const auto *RHSVar = in emitReduction() local 1710 PrivateVariable = CGF.GetAddrOfLocalVar(RHSVar).emitRawPointer(CGF); in emitReduction()
|