Searched defs:reductions (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | sections.c | 102 GOMP_sections2_start (unsigned count, uintptr_t *reductions, void **mem) in GOMP_sections2_start()
|
H A D | loop_ull.c | 248 uintptr_t *reductions, void **mem) in GOMP_loop_ull_start() 417 uintptr_t *reductions, void **mem) in GOMP_loop_ull_ordered_start() 601 uintptr_t *reductions, void **mem) in GOMP_loop_ull_doacross_start()
|
H A D | loop.c | 249 uintptr_t *reductions, void **mem) in GOMP_loop_start() 415 uintptr_t *reductions, void **mem) in GOMP_loop_ordered_start() 595 uintptr_t *reductions, void **mem) in GOMP_loop_doacross_start()
|
H A D | libgomp.h | 558 uintptr_t *reductions; member
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | sections.c | 102 GOMP_sections2_start (unsigned count, uintptr_t *reductions, void **mem) in GOMP_sections2_start()
|
H A D | loop_ull.c | 248 uintptr_t *reductions, void **mem) in GOMP_loop_ull_start() 420 uintptr_t *reductions, void **mem) in GOMP_loop_ull_ordered_start() 604 uintptr_t *reductions, void **mem) in GOMP_loop_ull_doacross_start()
|
H A D | loop.c | 249 uintptr_t *reductions, void **mem) in GOMP_loop_start() 418 uintptr_t *reductions, void **mem) in GOMP_loop_ordered_start() 598 uintptr_t *reductions, void **mem) in GOMP_loop_doacross_start()
|
H A D | libgomp.h | 624 uintptr_t *reductions; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 2693 tree reductions = NULL_TREE; in expand_omp_for_generic() local 3655 tree reductions = NULL_TREE; in expand_omp_for_static_nochunk() local 4455 tree reductions = NULL_TREE; in expand_omp_for_static_chunk() local 6771 tree reductions = null_pointer_node, mem = null_pointer_node; in expand_omp_sections() local
|
H A D | tree-vect-slp.c | 2241 vec<stmt_vec_info> reductions = as_a <loop_vec_info> (vinfo)->reductions; in vect_analyze_slp_instance() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 3876 tree reductions = NULL_TREE; in expand_omp_for_generic() local 4865 tree reductions = NULL_TREE; in expand_omp_for_static_nochunk() local 5656 tree reductions = NULL_TREE; in expand_omp_for_static_chunk() local 8330 tree reductions = null_pointer_node, mem = null_pointer_node; in expand_omp_sections() local
|
H A D | tree-vect-slp.cc | 3364 const vec<stmt_vec_info> &reductions in vect_analyze_slp_instance() local
|