Home
last modified time | relevance | path

Searched refs:new_omp_context (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Domp-low.c1217 new_omp_context (gimple stmt, omp_context *outer_ctx) in new_omp_context() function
1659 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1699 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
1862 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
1875 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2110 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
H A Dgimplify.c332 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
6170 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Domp-low.c1215 new_omp_context (gimple stmt, omp_context *outer_ctx) in new_omp_context() function
1657 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1702 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
1779 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
1801 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
1814 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2049 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c840 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1792 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2137 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2268 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2357 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2409 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3184 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c828 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1779 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1827 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2124 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2242 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2344 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2396 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3171 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c840 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1792 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2137 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2268 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2357 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2409 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3184 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c840 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1792 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2137 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2268 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2357 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2409 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3184 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c840 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1792 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2137 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2268 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2357 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2409 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3184 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c840 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1792 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1840 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2137 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2255 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2268 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2357 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2409 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3184 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c879 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1923 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1972 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2317 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2435 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2448 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2475 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2520 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3352 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
3357 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c845 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1889 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1938 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2283 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2401 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2414 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2441 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2486 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3308 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
3313 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c879 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
1923 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
1972 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2317 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2435 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2448 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2475 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2520 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3352 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
3357 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c2239 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2285 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2678 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2959 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2972 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2985 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
3012 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
4174 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
4200 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
4205 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c927 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2011 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2060 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2405 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2671 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2684 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2697 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2724 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2769 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3787 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c960 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2156 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2202 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2595 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2876 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2889 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2902 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2929 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2982 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
4015 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c927 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2018 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2067 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2412 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2689 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2702 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2715 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2742 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2787 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3805 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c960 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2156 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2202 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2595 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2876 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2889 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2902 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2929 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2982 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
4015 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c927 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2018 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2067 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2412 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2689 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2702 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2715 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2742 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2787 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
3805 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c960 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2156 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2202 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2595 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2876 ctx = new_omp_context (scan_stmt, outer_ctx); in scan_omp_simd_scan()
2889 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2902 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2929 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2982 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
4015 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Domp-low.c1333 new_omp_context (gimple stmt, omp_context *outer_ctx) in new_omp_context() function
2027 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2067 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
2208 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
2230 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
2243 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
2269 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
2313 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
2755 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
H A Dgimplify.c347 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
5901 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
8711 gimplify_omp_ctxp = new_omp_context (ORT_TARGET); in gimplify_body()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Domp-low.c1696 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2680 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2729 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
3027 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
3102 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
3115 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
3204 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
3257 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
4015 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
H A Dgimplify.c386 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
6590 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
11530 gimplify_omp_ctxp = new_omp_context (ORT_TARGET); in gimplify_body()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Domp-low.c1696 new_omp_context (gimple *stmt, omp_context *outer_ctx) in new_omp_context() function
2680 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_parallel()
2729 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_task()
3027 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_for()
3102 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_sections()
3115 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_single()
3204 ctx = new_omp_context (stmt, outer_ctx); in scan_omp_target()
3257 omp_context *ctx = new_omp_context (stmt, outer_ctx); in scan_omp_teams()
4015 ctx = new_omp_context (stmt, ctx); in scan_omp_1_stmt()
H A Dgimplify.c386 new_omp_context (enum omp_region_type region_type) in new_omp_context() function
6590 ctx = new_omp_context (region_type); in gimplify_scan_omp_clauses()
11530 gimplify_omp_ctxp = new_omp_context (ORT_TARGET); in gimplify_body()

1234567891011