Home
last modified time | relevance | path

Searched refs:ReductionKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1431 OpenMPDirectiveKind ReductionKind; member
H A DCGOpenMPRuntimeGPU.cpp3215 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
3217 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp1408 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal() argument
1437 ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1438 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1443 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
H A DCodeGenFunction.h3464 const OpenMPDirectiveKind ReductionKind);