Searched refs:ILHS (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5072 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local 5077 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() 5089 ++ILHS; in emitReductionFunction() 5169 const auto *ILHS = LHSExprs.begin(); in emitReduction() local 5172 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 5175 ++ILHS; in emitReduction() 5273 const auto *ILHS = LHSExprs.begin(); in emitReduction() local 5276 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 5279 ++ILHS; in emitReduction() 5306 const auto *ILHS = LHSExprs.begin(); in emitReduction() local [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3017 auto ILHS = LHSExprs.begin(); in emitReduction() local 3020 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 3023 ++ILHS; in emitReduction()
|
| H A D | CGStmtOpenMP.cpp | 1229 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local 1253 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() 1290 ++ILHS; in EmitOMPReductionClauseInit() 3731 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local 3734 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective() 3757 ++ILHS; in emitScanBasedDirective()
|