Home
last modified time | relevance | path

Searched refs:WithNowait (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h902 bool WithNowait, bool SimpleReduction);
DCGOpenMPRuntime.cpp4333 bool WithNowait, bool SimpleReduction) { in emitReduction() argument
4452 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_reduce_nowait in emitReduction()
4492 createRuntimeFunction(WithNowait ? OMPRTL__kmpc_end_reduce_nowait in emitReduction()
4602 if (!WithNowait) { in emitReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1395 bool WithNowait; member
DCGOpenMPRuntime.cpp5489 bool WithNowait = Options.WithNowait; in emitReduction() local
5608 WithNowait ? OMPRTL___kmpc_reduce_nowait : OMPRTL___kmpc_reduce), in emitReduction()
5650 CGM.getModule(), WithNowait ? OMPRTL___kmpc_end_reduce_nowait in emitReduction()
5766 if (!WithNowait) { in emitReduction()
DCGStmtOpenMP.cpp1420 bool WithNowait = D.getSingleClause<OMPNowaitClause>() || in EmitOMPReductionClauseFinal() local
1428 {WithNowait, SimpleReduction, ReductionKind}); in EmitOMPReductionClauseFinal()