Searched refs:LHSVar (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4710 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument 4718 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction() 4759 Scope.addPrivate(LHSVar, LHSElementCurrent); in EmitOMPAggregateReduction() 4850 const auto *LHSVar = in emitReductionFunction() local 4852 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar)); in emitReductionFunction() 4874 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local 4877 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction() 4901 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local 4904 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5181 const auto *LHSVar = in emitReduction() local [all …]
|