Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5494 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
5499 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
5511 ++IRHS; in emitReductionFunction()
5591 auto IRHS = RHSExprs.begin(); in emitReduction() local
5594 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5597 ++IRHS; in emitReduction()
5695 auto IRHS = RHSExprs.begin(); in emitReduction() local
5698 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5701 ++IRHS; in emitReduction()
5728 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
DCGOpenMPRuntimeGPU.cpp3315 auto IRHS = RHSExprs.begin(); in emitReduction() local
3318 cast<DeclRefExpr>(*IRHS)); in emitReduction()
3321 ++IRHS; in emitReduction()
DCGStmtOpenMP.cpp1237 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local
1261 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1305 ++IRHS; in EmitOMPReductionClauseInit()
3486 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local
3489 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()
3512 ++IRHS; in emitScanBasedDirective()