Searched refs:ILHS (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 4285 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local 4290 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() 4301 ++ILHS; in emitReductionFunction() 4376 auto ILHS = LHSExprs.begin(); in emitReduction() local 4379 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 4382 ++ILHS; in emitReduction() 4479 auto ILHS = LHSExprs.begin(); in emitReduction() local 4482 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 4485 ++ILHS; in emitReduction() 4511 auto ILHS = LHSExprs.begin(); in emitReduction() local [all …]
|
D | CGStmtOpenMP.cpp | 940 auto ILHS = C->lhs_exprs().begin(); in EmitOMPReductionClauseInit() local 945 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() 1129 ++ILHS; in EmitOMPReductionClauseInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5435 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local 5440 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() 5452 ++ILHS; in emitReductionFunction() 5532 auto ILHS = LHSExprs.begin(); in emitReduction() local 5535 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 5538 ++ILHS; in emitReduction() 5636 auto ILHS = LHSExprs.begin(); in emitReduction() local 5639 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 5642 ++ILHS; in emitReduction() 5669 auto ILHS = LHSExprs.begin(); in emitReduction() local [all …]
|
D | CGStmtOpenMP.cpp | 1205 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local 1229 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() 1273 ++ILHS; in EmitOMPReductionClauseInit() 3255 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local 3258 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective() 3281 ++ILHS; in emitScanBasedDirective()
|
D | CGOpenMPRuntimeGPU.cpp | 4073 auto ILHS = LHSExprs.begin(); in emitReduction() local 4076 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction() 4079 ++ILHS; in emitReduction()
|