Searched refs:nconstructs (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-general.c | 619 int nconstructs = list_length (ctx); in omp_constructor_traits_to_codes() local 620 int i = nconstructs - 1; in omp_constructor_traits_to_codes() 638 return nconstructs; in omp_constructor_traits_to_codes() 761 int nconstructs in omp_context_selector_matches() local 763 int r = omp_construct_selector_matches (constructs, nconstructs, in omp_context_selector_matches() 1446 int nconstructs = 0; in omp_context_compute_score() local 1448 nconstructs = omp_constructor_traits_to_codes (construct, constructs); in omp_context_compute_score() 1449 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score() 1452 int b = declare_simd ? nconstructs + 1 : 0; in omp_context_compute_score() 1453 if (scores[b + nconstructs] + 4U < score->get_precision ()) in omp_context_compute_score() [all …]
|
| H A D | gimplify.c | 10690 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs, in omp_construct_selector_matches() argument 10712 else if (matched < nconstructs && ctx->code == constructs[matched]) in omp_construct_selector_matches() 10725 return matched < nconstructs ? 0 : simd_seen ? -1 : 1; in omp_construct_selector_matches() 10754 if (++matched == nconstructs) in omp_construct_selector_matches() 10772 else if (matched < nconstructs in omp_construct_selector_matches() 10791 else if (matched < nconstructs && constructs[matched] == OMP_TARGET) in omp_construct_selector_matches() 10799 for (int i = nconstructs - 1; i >= 0; i--) in omp_construct_selector_matches() 10815 if (matched == nconstructs) in omp_construct_selector_matches()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-general.cc | 1003 int nconstructs = list_length (ctx); in omp_constructor_traits_to_codes() local 1004 int i = nconstructs - 1; in omp_constructor_traits_to_codes() 1022 return nconstructs; in omp_constructor_traits_to_codes() 1285 int nconstructs in omp_context_selector_matches() local 1296 for (i = 0; i < nconstructs; ++i) in omp_context_selector_matches() 1299 if (i < nconstructs) in omp_context_selector_matches() 1309 int r = omp_construct_selector_matches (constructs, nconstructs, in omp_context_selector_matches() 1996 int nconstructs = 0; in omp_context_compute_score() local 1998 nconstructs = omp_constructor_traits_to_codes (construct, constructs); in omp_context_compute_score() 1999 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score() [all …]
|
| H A D | gimplify.cc | 11947 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs, in omp_construct_selector_matches() argument 11969 else if (matched < nconstructs && ctx->code == constructs[matched]) in omp_construct_selector_matches() 11982 return matched < nconstructs ? 0 : simd_seen ? -1 : 1; in omp_construct_selector_matches() 12011 if (++matched == nconstructs) in omp_construct_selector_matches() 12029 else if (matched < nconstructs in omp_construct_selector_matches() 12048 else if (matched < nconstructs && constructs[matched] == OMP_TARGET) in omp_construct_selector_matches() 12056 for (int i = nconstructs - 1; i >= 0; i--) in omp_construct_selector_matches() 12072 if (matched == nconstructs) in omp_construct_selector_matches()
|