OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReductionOps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
106
SmallVector<const Expr *, 4>
ReductionOps
;
174
ArrayRef<const Expr *>
ReductionOps
);
1384
/// \param LHSExprs List of LHS in \a
ReductionOps
reduction operations.
1385
/// \param RHSExprs List of RHS in \a
ReductionOps
reduction operations.
1386
/// \param
ReductionOps
List of reduction operations in form 'LHS binop RHS'
1393
ArrayRef<const Expr *>
ReductionOps
);
1439
/// \param LHSExprs List of LHS in \a
ReductionOps
reduction operations.
1440
/// \param RHSExprs List of RHS in \a
ReductionOps
reduction operations.
1441
/// \param
ReductionOps
List of reduction operations in form 'LHS binop RHS'
1453
ArrayRef<const Expr *>
ReductionOps
,
[
all
...]
CGStmtOpenMP.cpp
1202
SmallVector<const Expr *, 4>
ReductionOps
;
1213
ReductionOps
.append(C->reduction_ops().begin(), C->reduction_ops().end());
1220
Data.
ReductionOps
.append(C->reduction_ops().begin(),
1226
ReductionCodeGen RedCG(Shareds, Shareds, Privates,
ReductionOps
);
1422
llvm::SmallVector<const Expr *, 8>
ReductionOps
;
1433
ReductionOps
.append(C->reduction_ops().begin(), C->reduction_ops().end());
1450
*this, D.getEndLoc(), Privates, LHSExprs, RHSExprs,
ReductionOps
,
3325
SmallVector<const Expr *, 4>
ReductionOps
;
3332
ReductionOps
.append(C->reduction_ops().begin(), C->reduction_ops().end());
3340
ReductionCodeGen RedCG(Shareds, Shareds, Privates,
ReductionOps
);
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026