Searched refs:ILHS (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5480 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local 5485 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() 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 5684 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 5687 ++ILHS; in emitReduction() 5714 auto ILHS = LHSExprs.begin(); in emitReduction() local [all …]
|
| H A D | CGStmtOpenMP.cpp | 1228 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 D | CGOpenMPRuntimeGPU.cpp | 3900 auto ILHS = LHSExprs.begin(); in emitReduction() local 3903 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 3906 ++ILHS; in emitReduction()
|