Home
last modified time | relevance | path

Searched refs:ReductionOps (Results 1 – 25 of 145) sorted by relevance

123456

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp541 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
542 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
545 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
562 Clause->setReductionOps(ReductionOps); in Create()
598 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
615 Clause->setReductionOps(ReductionOps); in Create()
647 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
648 assert(ReductionOps.size() == varlist_size() && "Number of in reduction " in setReductionOps()
651 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
668 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp552 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
553 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
556 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
573 Clause->setReductionOps(ReductionOps); in Create()
609 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
626 Clause->setReductionOps(ReductionOps); in Create()
658 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
659 assert(ReductionOps.size() == varlist_size() && "Number of in reduction " in setReductionOps()
662 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
679 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp588 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
589 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
592 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
609 Clause->setReductionOps(ReductionOps); in Create()
645 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
662 Clause->setReductionOps(ReductionOps); in Create()
694 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
695 assert(ReductionOps.size() == varlist_size() && "Number of in reduction " in setReductionOps()
698 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
715 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp643 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
644 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
647 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
664 Clause->setReductionOps(ReductionOps); in Create()
700 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
717 Clause->setReductionOps(ReductionOps); in Create()
749 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
750 assert(ReductionOps.size() == varlist_size() && "Number of in reduction " in setReductionOps()
753 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp643 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
644 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
647 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
664 Clause->setReductionOps(ReductionOps); in Create()
700 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
717 Clause->setReductionOps(ReductionOps); in Create()
749 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
750 assert(ReductionOps.size() == varlist_size() && "Number of in reduction " in setReductionOps()
753 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DOpenMPClause.cpp709 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
710 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
713 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
748 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
760 Clause->setReductionOps(ReductionOps); in Create()
812 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
829 Clause->setReductionOps(ReductionOps); in Create()
861 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
865 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
882 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp711 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
712 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
715 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
750 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
762 Clause->setReductionOps(ReductionOps); in Create()
814 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
831 Clause->setReductionOps(ReductionOps); in Create()
863 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
867 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
884 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DOpenMPClause.cpp711 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
712 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
715 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
750 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
762 Clause->setReductionOps(ReductionOps); in Create()
814 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
831 Clause->setReductionOps(ReductionOps); in Create()
863 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
867 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
884 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DOpenMPClause.cpp712 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
713 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
716 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
751 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
763 Clause->setReductionOps(ReductionOps); in Create()
815 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
832 Clause->setReductionOps(ReductionOps); in Create()
864 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
868 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
885 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DOpenMPClause.cpp709 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
710 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
713 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
748 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
760 Clause->setReductionOps(ReductionOps); in Create()
812 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
829 Clause->setReductionOps(ReductionOps); in Create()
861 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
865 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
882 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DOpenMPClause.cpp733 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
734 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
737 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
772 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
784 Clause->setReductionOps(ReductionOps); in Create()
836 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
853 Clause->setReductionOps(ReductionOps); in Create()
885 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
889 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
906 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
732 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
782 Clause->setReductionOps(ReductionOps); in Create()
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
851 Clause->setReductionOps(ReductionOps); in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
732 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
782 Clause->setReductionOps(ReductionOps); in Create()
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
851 Clause->setReductionOps(ReductionOps); in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
732 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
782 Clause->setReductionOps(ReductionOps); in Create()
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
851 Clause->setReductionOps(ReductionOps); in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
732 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
782 Clause->setReductionOps(ReductionOps); in Create()
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
851 Clause->setReductionOps(ReductionOps); in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DOpenMPClause.cpp731 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
732 assert(ReductionOps.size() == varlist_size() && "Number of reduction " in setReductionOps()
735 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
770 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
782 Clause->setReductionOps(ReductionOps); in Create()
834 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
851 Clause->setReductionOps(ReductionOps); in Create()
883 void OMPInReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) { in setReductionOps() argument
887 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()
904 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, in Create() argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h101 SmallVector<const Expr *, 4> ReductionOps; member
152 ArrayRef<const Expr *> ReductionOps);
1253 ArrayRef<const Expr *> ReductionOps);
1313 ArrayRef<const Expr *> ReductionOps,
2008 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h102 SmallVector<const Expr *, 4> ReductionOps; member
153 ArrayRef<const Expr *> ReductionOps);
1227 ArrayRef<const Expr *> ReductionOps);
1287 ArrayRef<const Expr *> ReductionOps,
1965 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h101 SmallVector<const Expr *, 4> ReductionOps; member
152 ArrayRef<const Expr *> ReductionOps);
1186 ArrayRef<const Expr *> ReductionOps);
1246 ArrayRef<const Expr *> ReductionOps,
1890 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h107 SmallVector<const Expr *, 4> ReductionOps; member
174 ArrayRef<const Expr *> ReductionOps);
1358 ArrayRef<const Expr *> ReductionOps);
1418 ArrayRef<const Expr *> ReductionOps,
2223 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h107 SmallVector<const Expr *, 4> ReductionOps; member
174 ArrayRef<const Expr *> ReductionOps);
1368 ArrayRef<const Expr *> ReductionOps);
1428 ArrayRef<const Expr *> ReductionOps,
2233 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h103 SmallVector<const Expr *, 4> ReductionOps; member
154 ArrayRef<const Expr *> ReductionOps);
1317 ArrayRef<const Expr *> ReductionOps);
1377 ArrayRef<const Expr *> ReductionOps,
2103 ArrayRef<const Expr *> ReductionOps,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h103 SmallVector<const Expr *, 4> ReductionOps; member
154 ArrayRef<const Expr *> ReductionOps);
1317 ArrayRef<const Expr *> ReductionOps);
1377 ArrayRef<const Expr *> ReductionOps,
2103 ArrayRef<const Expr *> ReductionOps,
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5523 ReductionOpsListType ReductionOps; member in __anon9dba7d1a1b11::HorizontalReduction
5700 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps() argument
5705 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
5711 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
5723 ReductionOps[0].emplace_back(I); in addReductionOps()
5730 ReductionOps[1].emplace_back(I); in addReductionOps()
5814 propagateIRFlags(Op, ReductionOps[0]); in createOp()
5822 propagateIRFlags(Op, ReductionOps[1]); in createOp()
6064 ReductionData.initReductionOps(ReductionOps); in matchAssociativeReduction()
6190 for (auto &V : ReductionOps) in tryToReduce()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5097 ReductionOpsListType ReductionOps; member in __anon2940c7581a11::HorizontalReduction
5274 void initReductionOps(ReductionOpsListType &ReductionOps) { in initReductionOps() argument
5279 ReductionOps.assign(1, ReductionOpsType()); in initReductionOps()
5285 ReductionOps.assign(2, ReductionOpsType()); in initReductionOps()
5297 ReductionOps[0].emplace_back(I); in addReductionOps()
5304 ReductionOps[1].emplace_back(I); in addReductionOps()
5388 propagateIRFlags(Op, ReductionOps[0]); in createOp()
5396 propagateIRFlags(Op, ReductionOps[1]); in createOp()
5638 ReductionData.initReductionOps(ReductionOps); in matchAssociativeReduction()
5761 for (auto &V : ReductionOps) in tryToReduce()
[all …]

123456