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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1369 bool SimpleReduction; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::ReductionOptionsTy
1411 /// SimpleReduction Emit reduction operation only. Used for omp simd
2216 /// SimpleReduction Emit reduction operation only. Used for omp simd
H A DCGOpenMPRuntime.cpp5410 bool SimpleReduction = Options.SimpleReduction; local
5442 // if SimpleReduction is true, only the next code is generated:
5449 if (SimpleReduction) {
11850 assert(Options.SimpleReduction && "Only simple reduction is expected.");
H A DCGStmtOpenMP.cpp1422 bool SimpleReduction = ReductionKind == OMPD_simd; local
1427 {WithNowait, SimpleReduction, ReductionKind});
3277 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_unknown});
4414 {/*WithNowait=*/true, /*SimpleReduction=*/true, OMPD_simd});
H A DCGOpenMPRuntimeNVPTX.cpp4327 if (Options.SimpleReduction) {

Completed in 126 milliseconds