OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleReduction
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
1404
bool
SimpleReduction
;
1446
///
SimpleReduction
Emit reduction operation only. Used for omp simd
2288
///
SimpleReduction
Emit reduction operation only. Used for omp simd
CGOpenMPRuntime.cpp
5535
bool
SimpleReduction
= Options.
SimpleReduction
;
5567
// if
SimpleReduction
is true, only the next code is generated:
5574
if (
SimpleReduction
) {
12768
assert(Options.
SimpleReduction
&& "Only simple reduction is expected.");
CGStmtOpenMP.cpp
1446
bool
SimpleReduction
= ReductionKind == OMPD_simd;
1451
{WithNowait,
SimpleReduction
, ReductionKind});
3491
{/*WithNowait=*/true, /*
SimpleReduction
=*/true, OMPD_unknown});
4931
{/*WithNowait=*/true, /*
SimpleReduction
=*/true, OMPD_simd});
CGOpenMPRuntimeGPU.cpp
3751
if (Options.
SimpleReduction
) {
Completed in 32 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026