Searched refs:LHSVar (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4124 /// \param LHSVar Variable on the left side of the reduction operation 4128 /// \param RedOpGen Generator of reduction operation with use of LHSVar and 4131 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, 4139 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); 4179 Scope.addPrivate(LHSVar, [=]() -> Address { return LHSElementCurrent; }); 4265 auto LHSVar = cast<VarDecl>(cast<DeclRefExpr>(LHSExprs[I])->getDecl()); local 4266 Scope.addPrivate(LHSVar, [&]() -> Address { 4267 return emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar); 4290 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); local 4293 CGF, (*IPriv)->getType(), LHSVar, RHSVa 4130 EmitOMPAggregateReduction( CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, const VarDecl *RHSVar, const llvm::function_ref<void(CodeGenFunction &CGF, const Expr *, const Expr *, const Expr *)> &RedOpGen, const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, const Expr *UpExpr = nullptr) argument 4316 auto *LHSVar = cast<VarDecl>(LHS->getDecl()); local [all...] |
Completed in 499 milliseconds