Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5481 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
5486 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
5498 ++IRHS; in emitReductionFunction()
5578 auto IRHS = RHSExprs.begin(); in emitReduction() local
5581 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5584 ++IRHS; in emitReduction()
5682 auto IRHS = RHSExprs.begin(); in emitReduction() local
5685 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5688 ++IRHS; in emitReduction()
5715 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
H A DCGStmtOpenMP.cpp1229 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local
1253 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1297 ++IRHS; in EmitOMPReductionClauseInit()
3460 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local
3463 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()
3486 ++IRHS; in emitScanBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3901 auto IRHS = RHSExprs.begin(); in emitReduction() local
3904 cast<DeclRefExpr>(*IRHS)); in emitReduction()
3907 ++IRHS; in emitReduction()