Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4132 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4140 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4180 Scope.addPrivate(RHSVar, [=]() -> Address { return RHSElementCurrent; }); in EmitOMPAggregateReduction()
4261 auto RHSVar = cast<VarDecl>(cast<DeclRefExpr>(RHSExprs[I])->getDecl()); in emitReductionFunction() local
4262 Scope.addPrivate(RHSVar, [&]() -> Address { in emitReductionFunction()
4263 return emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar); in emitReductionFunction()
4291 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
4293 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4317 auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
4319 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5278 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
5286 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
5326 Scope.addPrivate(RHSVar, [=]() { return RHSElementCurrent; }); in EmitOMPAggregateReduction()
5409 const auto *RHSVar = in emitReductionFunction() local
5411 Scope.addPrivate(RHSVar, [&CGF, RHS, Idx, RHSVar]() { in emitReductionFunction()
5412 return emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar); in emitReductionFunction()
5441 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
5443 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5468 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5470 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
[all …]