Home
last modified time | relevance | path

Searched refs:FuncTy (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DVisitors.h84 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
85 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
87 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
98 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
99 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
103 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
122 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
123 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
127 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h84 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
85 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
87 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
98 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
99 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
103 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
122 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
123 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
127 walkOperations(Operation *op, FuncTy &&callback) { in walkOperations()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DVisitors.h93 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
94 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
97 walk(Operation *op, FuncTy &&callback) { in walk()
108 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
109 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
114 walk(Operation *op, FuncTy &&callback) { in walk()
133 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
134 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
139 walk(Operation *op, FuncTy &&callback) { in walk()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DVisitors.h93 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
94 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
97 walk(Operation *op, FuncTy &&callback) { in walk()
108 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
109 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
114 walk(Operation *op, FuncTy &&callback) { in walk()
133 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
134 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
139 walk(Operation *op, FuncTy &&callback) { in walk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DVisitors.h93 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
94 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
97 walk(Operation *op, FuncTy &&callback) { in walk()
108 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
109 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
114 walk(Operation *op, FuncTy &&callback) { in walk()
133 typename FuncTy, typename ArgT = detail::first_argument<FuncTy>,
134 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
139 walk(Operation *op, FuncTy &&callback) { in walk()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DParallel.h93 template <class IterTy, class FuncTy>
94 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
98 template <class IndexTy, class FuncTy>
153 template <class IterTy, class FuncTy>
171 template <class IndexTy, class FuncTy>
209 template <class Policy, class IterTy, class FuncTy>
216 template <class Policy, class IndexTy, class FuncTy>
234 template <class IterTy, class FuncTy>
236 FuncTy Fn) { in for_each()
240 template <class IndexTy, class FuncTy>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DParallel.h90 template <class IterTy, class FuncTy>
91 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
95 template <class IndexTy, class FuncTy>
150 template <class IterTy, class FuncTy>
168 template <class IndexTy, class FuncTy>
206 template <class Policy, class IterTy, class FuncTy>
213 template <class Policy, class IndexTy, class FuncTy>
231 template <class IterTy, class FuncTy>
233 FuncTy Fn) { in for_each()
237 template <class IndexTy, class FuncTy>
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DParallel.h90 template <class IterTy, class FuncTy> in default()
91 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in default()
95 template <class IndexTy, class FuncTy> in default()
150 template <class IterTy, class FuncTy> in default()
168 template <class IndexTy, class FuncTy> in default()
206 template <class Policy, class IterTy, class FuncTy> in default()
213 template <class Policy, class IndexTy, class FuncTy> in default()
231 template <class IterTy, class FuncTy> in default()
233 FuncTy Fn) { in default()
237 template <class IndexTy, class FuncTy> in default()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DVisitors.h128 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
129 typename ArgT = detail::first_argument<FuncTy>,
130 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
133 walk(Operation *op, FuncTy &&callback) { in walk()
149 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
150 typename ArgT = detail::first_argument<FuncTy>,
151 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
156 walk(Operation *op, FuncTy &&callback) { in walk()
184 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
185 typename ArgT = detail::first_argument<FuncTy>,
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DVisitors.h128 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
129 typename ArgT = detail::first_argument<FuncTy>,
130 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
133 walk(Operation *op, FuncTy &&callback) { in walk()
149 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
150 typename ArgT = detail::first_argument<FuncTy>,
151 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
156 walk(Operation *op, FuncTy &&callback) { in walk()
184 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
185 typename ArgT = detail::first_argument<FuncTy>,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DVisitors.h128 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
129 typename ArgT = detail::first_argument<FuncTy>,
130 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
133 walk(Operation *op, FuncTy &&callback) { in walk()
149 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
150 typename ArgT = detail::first_argument<FuncTy>,
151 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))>
156 walk(Operation *op, FuncTy &&callback) { in walk()
184 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy,
185 typename ArgT = detail::first_argument<FuncTy>,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DVisitors.h128 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy, in bsearch_range_table()
129 typename ArgT = detail::first_argument<FuncTy>, in bsearch_range_table()
130 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))> in bsearch_range_table()
133 walk(Operation *op, FuncTy &&callback) { in bsearch_range_table()
149 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy, in bsearch_range_table()
150 typename ArgT = detail::first_argument<FuncTy>, in bsearch_range_table()
151 typename RetT = decltype(std::declval<FuncTy>()(std::declval<ArgT>()))> in bsearch_range_table()
156 walk(Operation *op, FuncTy &&callback) { in bsearch_range_table()
184 WalkOrder Order = WalkOrder::PostOrder, typename FuncTy, in bsearch_range_table()
185 typename ArgT = detail::first_argument<FuncTy>, in bsearch_range_table()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DParallel.h128 template <class IterTy, class FuncTy>
129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
182 template <class Policy, class IterTy, class FuncTy>
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
189 template <class Policy, class IndexTy, class FuncTy>
207 template <class IterTy, class FuncTy>
209 FuncTy Fn) { in for_each()
213 template <class IndexTy, class FuncTy>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h128 template <class IterTy, class FuncTy>
129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
182 template <class Policy, class IterTy, class FuncTy>
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
189 template <class Policy, class IndexTy, class FuncTy>
207 template <class IterTy, class FuncTy>
209 FuncTy Fn) { in for_each()
213 template <class IndexTy, class FuncTy>
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DParallel.h128 template <class IterTy, class FuncTy>
129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
182 template <class Policy, class IterTy, class FuncTy>
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
189 template <class Policy, class IndexTy, class FuncTy>
207 template <class IterTy, class FuncTy>
209 FuncTy Fn) { in for_each()
213 template <class IndexTy, class FuncTy>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DParallel.h123 template <class IterTy, class FuncTy>
124 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
141 template <class IndexTy, class FuncTy>
142 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
178 template <class IterTy, class FuncTy>
179 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
189 template <class FuncTy>
190 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
208 template <class RangeTy, class FuncTy>
209 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DParallel.h123 template <class IterTy, class FuncTy>
124 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
141 template <class IndexTy, class FuncTy>
142 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
178 template <class IterTy, class FuncTy>
179 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
189 template <class FuncTy>
190 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
208 template <class RangeTy, class FuncTy>
209 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DParallel.h130 template <class IterTy, class FuncTy>
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
229 template <class IterTy, class FuncTy>
230 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
240 template <class FuncTy>
241 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
275 template <class RangeTy, class FuncTy>
276 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
290 template <class RangeTy, class FuncTy>
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DParallel.h133 template <class IterTy, class FuncTy>
134 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
160 template <class IndexTy, class FuncTy>
254 template <class IterTy, class FuncTy>
255 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
265 template <class FuncTy>
266 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
300 template <class RangeTy, class FuncTy>
301 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
315 template <class RangeTy, class FuncTy>
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DParallel.h133 template <class IterTy, class FuncTy>
134 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
160 template <class IndexTy, class FuncTy>
254 template <class IterTy, class FuncTy>
255 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
265 template <class FuncTy>
266 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
300 template <class RangeTy, class FuncTy>
301 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
315 template <class RangeTy, class FuncTy>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DParallel.h130 template <class IterTy, class FuncTy>
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
229 template <class IterTy, class FuncTy>
230 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
240 template <class FuncTy>
241 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
275 template <class RangeTy, class FuncTy>
276 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
290 template <class RangeTy, class FuncTy>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DParallel.h130 template <class IterTy, class FuncTy>
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
157 template <class IndexTy, class FuncTy>
251 template <class IterTy, class FuncTy>
252 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
262 template <class FuncTy>
263 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
297 template <class RangeTy, class FuncTy>
298 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
312 template <class RangeTy, class FuncTy>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DParallel.h133 template <class IterTy, class FuncTy>
134 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
160 template <class IndexTy, class FuncTy>
254 template <class IterTy, class FuncTy>
255 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
265 template <class FuncTy>
266 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
300 template <class RangeTy, class FuncTy>
301 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
315 template <class RangeTy, class FuncTy>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DParallel.h133 template <class IterTy, class FuncTy>
134 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
160 template <class IndexTy, class FuncTy>
254 template <class IterTy, class FuncTy>
255 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
265 template <class FuncTy>
266 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
300 template <class RangeTy, class FuncTy>
301 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
315 template <class RangeTy, class FuncTy>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DParallel.h130 template <class IterTy, class FuncTy>
131 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
146 template <class IndexTy, class FuncTy>
229 template <class IterTy, class FuncTy>
230 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
240 template <class FuncTy>
241 void parallelForEachN(size_t Begin, size_t End, FuncTy Fn) { in parallelForEachN()
275 template <class RangeTy, class FuncTy>
276 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
290 template <class RangeTy, class FuncTy>
[all …]

12345678910>>...14