| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | sse.md | 1031 (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 D | mmx.md | 322 (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 D | i386.md | 3037 [(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 D | circle.yml | 13 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 D | Threads.h | 71 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 D | OpenMPKinds.def | 186 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 D | mips-dsp.md | 39 [(parallel 51 [(parallel 65 [(parallel 77 [(parallel 91 [(parallel 105 [(parallel 141 [(parallel 174 [(parallel 189 [(parallel 298 [(parallel [all …]
|
| H A D | mips-ps-3d.md | 87 (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 D | vect.md | 529 (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 D | ia64.md | 2212 (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 D | gemini-wbd111.dts | 46 /* 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 D | gemini-wbd222.dts | 45 /* 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 D | stihxxx-b2120.dtsi | 172 "tsin0-parallel", 182 serial-not-parallel;
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | iwmmxt.md | 583 (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 D | s390.md | 726 [(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 D | libgomp.texi | 133 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 D | paste.c | 65 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 D | sync.md | 73 [(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 D | Parallel.cpp | 112 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 D | altivec.md | 1266 (parallel 1276 (parallel 1286 (parallel 1296 (parallel 1796 [(parallel 1805 [(parallel 1814 [(parallel 1830 [(parallel 1839 [(parallel 1848 [(parallel [all …]
|
| H A D | sync.md | 155 [(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 D | convex | 43 >88 belong &0x00040000 parallel 63 >88 belong &0x00040000 parallel
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | appveyor.yml | 23 parallel: true
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_split_send_fragment.pod | 38 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 D | README.md | 85 [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.
|