Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4286 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
4291 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
4302 ++IRHS; in emitReductionFunction()
4377 auto IRHS = RHSExprs.begin(); in emitReduction() local
4380 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4383 ++IRHS; in emitReduction()
4480 auto IRHS = RHSExprs.begin(); in emitReduction() local
4483 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4486 ++IRHS; in emitReduction()
4512 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
DCGStmtOpenMP.cpp941 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit() local
946 auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1130 ++IRHS; in EmitOMPReductionClauseInit()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5436 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
5441 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
5453 ++IRHS; in emitReductionFunction()
5533 auto IRHS = RHSExprs.begin(); in emitReduction() local
5536 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5539 ++IRHS; in emitReduction()
5637 auto IRHS = RHSExprs.begin(); in emitReduction() local
5640 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5643 ++IRHS; in emitReduction()
5670 auto IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
DCGStmtOpenMP.cpp1206 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local
1230 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1274 ++IRHS; in EmitOMPReductionClauseInit()
3256 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local
3259 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()
3282 ++IRHS; in emitScanBasedDirective()
DCGOpenMPRuntimeGPU.cpp4074 auto IRHS = RHSExprs.begin(); in emitReduction() local
4077 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4080 ++IRHS; in emitReduction()