Searched refs:LHSVar (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4700 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument 4708 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction() 4749 Scope.addPrivate(LHSVar, LHSElementCurrent); in EmitOMPAggregateReduction() 4840 const auto *LHSVar = in emitReductionFunction() local 4842 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar)); in emitReductionFunction() 4864 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local 4867 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction() 4891 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local 4894 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner() 5435 const auto *LHSVar = in emitReduction() local [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1711 const auto *LHSVar = in emitReduction() local 1713 Variable = CGF.GetAddrOfLocalVar(LHSVar).emitRawPointer(CGF); in emitReduction()
|