Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1215 OpenMPDirectiveKind ReductionKind; member
H A DCGOpenMPRuntimeGPU.cpp2807 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
2809 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp1405 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal() argument
1434 ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1435 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1440 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
H A DCodeGenFunction.h3553 const OpenMPDirectiveKind ReductionKind);