Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1211 OpenMPDirectiveKind ReductionKind; member
H A DCGOpenMPRuntimeGPU.cpp2863 bool ParallelReduction = isOpenMPParallelDirective(Options.ReductionKind); in emitReduction()
2865 bool TeamsReduction = isOpenMPTeamsDirective(Options.ReductionKind); in emitReduction()
H A DCGStmtOpenMP.cpp1411 const OMPExecutableDirective &D, const OpenMPDirectiveKind ReductionKind) { in EmitOMPReductionClauseFinal() argument
1440 ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1441 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal()
1446 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
H A DCodeGenFunction.h3466 const OpenMPDirectiveKind ReductionKind);