Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4869 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
4886 ++ILHS; in emitReductionFunction()
4966 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
4969 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4972 ++ILHS; in emitReduction()
5070 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5076 ++ILHS; in emitReduction()
5103 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5134 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5182 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp2954 auto ILHS = LHSExprs.begin(); in emitReduction() local
2957 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
2960 ++ILHS; in emitReduction()
H A DCGStmtOpenMP.cpp1225 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local
1249 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1284 ++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()