Home
last modified time | relevance | path

Searched refs:LHSVar (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4131 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
4139 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
4179 Scope.addPrivate(LHSVar, [=]() -> Address { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
4265 auto LHSVar = cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl()); in emitReductionFunction() local
4266 Scope.addPrivate(LHSVar, [&]() -> Address { in emitReductionFunction()
4267 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
4290 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
4293 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4316 auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
4319 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5277 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
5285 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
5325 Scope.addPrivate(LHSVar, [=]() { return LHSElementCurrent; }); in EmitOMPAggregateReduction()
5414 const auto *LHSVar = in emitReductionFunction() local
5416 Scope.addPrivate(LHSVar, [&CGF, LHS, Idx, LHSVar]() { in emitReductionFunction()
5417 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); in emitReductionFunction()
5440 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
5443 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5467 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
5470 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]