Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1430 OpenMPDirectiveKind ReductionKind; member
H A DCGOpenMPRuntimeGPU.cpp3160 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
3162 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp1424 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal() argument
1453 ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1454 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1459 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
H A DCodeGenFunction.h3406 const OpenMPDirectiveKind ReductionKind);