Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1221 bool SimpleReduction; member
H A DCGOpenMPRuntimeGPU.cpp1668 if (Options.SimpleReduction) { in emitReduction()
H A DCGOpenMPRuntime.cpp4940 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
4979 if (SimpleReduction) { in emitReduction()
12133 assert(Options.SimpleReduction && "Only simple reduction is expected."); in emitReduction()
H A DCGStmtOpenMP.cpp1463 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
1468 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()