Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5480 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local
5497 ++ILHS; in emitReductionFunction()
5577 auto ILHS = LHSExprs.begin(); in emitReduction() local
5580 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5583 ++ILHS; in emitReduction()
5681 auto ILHS = LHSExprs.begin(); in emitReduction() local
5687 ++ILHS; in emitReduction()
5714 auto ILHS = LHSExprs.begin(); in emitReduction() local
5745 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5796 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
[all …]
H A DCGStmtOpenMP.cpp1228 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local
1252 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1296 ++ILHS; in EmitOMPReductionClauseInit()
3459 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local
3462 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective()
3485 ++ILHS; in emitScanBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3900 auto ILHS = LHSExprs.begin(); in emitReduction() local
3903 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
3906 ++ILHS; in emitReduction()