Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h902 bool WithNowait, bool SimpleReduction);
DCGOpenMPRuntime.cpp4333 bool WithNowait, bool SimpleReduction) { in emitReduction() argument
4373 if (SimpleReduction) { in emitReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1396 bool SimpleReduction; member
DCGOpenMPRuntime.cpp5490 bool SimpleReduction = Options.SimpleReduction; in emitReduction() local
5529 if (SimpleReduction) { in emitReduction()
12590 assert(Options.SimpleReduction && "Only simple reduction is expected."); in emitReduction()
DCGStmtOpenMP.cpp1423 bool SimpleReduction = ReductionKind == OMPD_simd; in EmitOMPReductionClauseFinal() local
1428 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()
DCGOpenMPRuntimeGPU.cpp3924 if (Options.SimpleReduction) { in emitReduction()