Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/freebsd-12.1/contrib/gcc/config/i386/
H A Dsse.md1031 (parallel [(const_int 6)
1049 (parallel [(const_int 0)
1095 (parallel [(const_int 1)
1110 (parallel [(const_int 0)
2582 (parallel [(const_int 0)
2589 (parallel [(const_int 0)
2596 (parallel [(const_int 1)
2602 (parallel [(const_int 1)
4339 (parallel [(const_int 0)
4350 (parallel [(const_int 0)
[all …]
H A Dmmx.md322 (parallel [(const_int 0)]))
327 (parallel [(const_int 0)]))
340 (parallel [(const_int 0)]))
493 (parallel [(const_int 0)])))]
512 (parallel [(const_int 1)])))]
525 (parallel [(const_int 1)])))]
1007 (parallel [(const_int 1)
1020 (parallel [(const_int 0)
1159 (parallel [(const_int 0)])))]
1178 (parallel [(const_int 1)])))]
[all …]
H A Di386.md3037 [(parallel
3108 [(parallel
9439 [(parallel
9443 (parallel
9449 (parallel
9476 [(parallel
9480 (parallel
12622 (parallel
12628 (parallel
12846 (parallel
[all …]
/freebsd-12.1/sys/contrib/zstd/
H A Dcircle.yml13 parallel: true
18 parallel: true
23 parallel: true
28 parallel: true
33 parallel: true
38 parallel: true
43 parallel: true
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DThreads.h71 for_each(llvm::parallel::par, std::begin(Range), std::end(Range), Fn); in parallelForEach()
73 for_each(llvm::parallel::seq, std::begin(Range), std::end(Range), Fn); in parallelForEach()
79 for_each_n(llvm::parallel::par, Begin, End, Fn); in parallelForEachN()
81 for_each_n(llvm::parallel::seq, Begin, End, Fn); in parallelForEachN()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def186 OPENMP_DIRECTIVE(parallel)
209 OPENMP_DIRECTIVE_EXT(target_parallel, "target parallel")
212 OPENMP_DIRECTIVE_EXT(parallel_for, "parallel for")
213 OPENMP_DIRECTIVE_EXT(parallel_for_simd, "parallel for simd")
214 OPENMP_DIRECTIVE_EXT(parallel_sections, "parallel sections")
294 // Clauses allowed for OpenMP directive 'parallel'.
395 // Clauses allowed for OpenMP directive 'parallel for'.
411 // Clauses allowed for OpenMP directive 'parallel for simd'.
430 // Clauses allowed for OpenMP directive 'parallel sections'.
506 // Clauses allowed for OpenMP directive 'target parallel'.
[all …]
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips-dsp.md39 [(parallel
51 [(parallel
65 [(parallel
77 [(parallel
91 [(parallel
105 [(parallel
141 [(parallel
174 [(parallel
189 [(parallel
298 [(parallel
[all …]
H A Dmips-ps-3d.md87 (parallel [(const_int 1)
100 (parallel [(const_int 1)
114 (parallel [(const_int 1)
117 (parallel [(const_int 1)
159 (parallel
213 (parallel [(match_dup 2)])))]
221 (parallel [(match_dup 2)])))]
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dvect.md529 (parallel [(const_int 0)
547 (parallel [(const_int 4)
565 (parallel [(const_int 0)
583 (parallel [(const_int 1)
599 (parallel [(const_int 7)
615 (parallel [(const_int 0)
631 (parallel [(const_int 0)
647 (parallel [(const_int 0)
663 (parallel [(const_int 0)
913 [(parallel
[all …]
H A Dia64.md2212 (parallel [(set (match_dup 5)
2217 (parallel [(set (match_dup 4)
2222 (parallel [(set (match_dup 5)
2227 (parallel [(set (match_dup 0)
2615 (parallel [(set (match_dup 3)
2626 (parallel [(set (match_dup 4)
2631 (parallel [(set (match_dup 0)
2636 (parallel [(set (match_dup 3)
3226 (parallel [(set (match_dup 7)
3724 (parallel [(set (match_dup 7)
[all …]
/freebsd-12.1/sys/gnu/dts/arm/
H A Dgemini-wbd111.dts46 /* Conflict with TVC and extended parallel flash */
52 /* Conflict with TVC and extended parallel flash */
58 /* Conflict with TVC and extended parallel flash */
64 /* Conflict with TVC and extended parallel flash */
H A Dgemini-wbd222.dts45 /* Conflict with TVC and extended parallel flash */
51 /* Conflict with TVC and extended parallel flash */
57 /* Conflict with TVC and extended parallel flash */
63 /* Conflict with TVC and extended parallel flash */
H A Dstihxxx-b2120.dtsi172 "tsin0-parallel",
182 serial-not-parallel;
/freebsd-12.1/contrib/gcc/config/arm/
H A Diwmmxt.md583 (parallel
592 (parallel
601 (parallel
610 (parallel
890 (parallel [(const_int 4)
899 (parallel [(const_int 0)
916 (parallel [(const_int 0)
921 (parallel [(const_int 2)
934 (parallel [(const_int 0)
937 (parallel [(const_int 1)
[all …]
/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.md726 [(parallel
1083 [(parallel
1095 (parallel
1217 [(parallel
1229 (parallel
1734 [(parallel
1744 [(parallel
1748 (parallel
1757 [(parallel
1971 (parallel
[all …]
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dlibgomp.texi133 Control threads, processors and the parallel environment.
138 * omp_get_nested:: Nested parallel regions
142 * omp_in_parallel:: Whether a parallel region is active
229 @section @code{omp_get_nested} -- Nested parallel regions
232 This function returns @code{true} if nested parallel regions are
236 Nested parallel regions may be initialized at startup by the
808 * OMP_NESTED:: Nested parallel regions
837 @section @env{OMP_NESTED} -- Nested parallel regions
1061 the parallel subfunction.
1124 #pragma omp parallel
[all …]
/freebsd-12.1/usr.bin/paste/
H A Dpaste.c65 static int parallel(char **);
119 rval = parallel(argv); in main()
131 parallel(char **argv) in parallel() function
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsync.md73 [(parallel
144 [(parallel
175 [(parallel [(set (match_operand:QI 0 "register_operand" "")
183 [(parallel [(set (match_operand:I24MODE 0 "register_operand" "")
/freebsd-12.1/contrib/llvm/lib/Support/
H A DParallel.cpp112 parallel::detail::Latch Done;
122 void parallel::detail::TaskGroup::spawn(std::function<void()> F) { in spawn()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Daltivec.md1266 (parallel
1276 (parallel
1286 (parallel
1296 (parallel
1796 [(parallel
1805 [(parallel
1814 [(parallel
1830 [(parallel
1839 [(parallel
1848 [(parallel
[all …]
H A Dsync.md155 [(parallel [(set (match_operand:INT1 0 "memory_operand" "")
212 [(parallel [(set (match_operand:INT1 0 "memory_operand" "")
253 [(parallel [(set (match_operand:INT1 0 "gpc_reg_operand" "")
316 [(parallel [(set (match_operand:INT1 0 "gpc_reg_operand" "")
361 [(parallel [(set (match_operand:INT1 0 "gpc_reg_operand" "")
427 [(parallel [(set (match_operand:INT1 0 "gpc_reg_operand" "")
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dconvex43 >88 belong &0x00040000 parallel
63 >88 belong &0x00040000 parallel
/freebsd-12.1/sys/contrib/libsodium/
H A Dappveyor.yml23 parallel: true
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod38 each one encrypted independently and in parallel. Note: this will only work in
56 used (i.e. normal non-parallel operation). The number of pipelines set must be
84 have been created in the non-parallel case, although the data will be
85 apportioned differently. In the parallel case data will be spread equally
/freebsd-12.1/contrib/googletest/
H A DREADME.md85 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
86 runs tests from your binary in parallel to provide significant speed-up.

12345678910>>...12