Home
last modified time | relevance | path

Searched refs:ILHS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5385 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
5402 ++ILHS; in emitReductionFunction()
5482 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5485 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5488 ++ILHS; in emitReduction()
5586 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5592 ++ILHS; in emitReduction()
5619 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5650 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5698 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp3369 auto ILHS = LHSExprs.begin(); in emitReduction() local
3372 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
3375 ++ILHS; in emitReduction()
H A DCGStmtOpenMP.cpp1227 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local
1251 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1288 ++ILHS; in EmitOMPReductionClauseInit()
3673 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local
3676 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective()
3699 ++ILHS; in emitScanBasedDirective()