Searched refs:bfn_decl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-expand.c | 2954 tree bfn_decl; in expand_omp_for_generic() local 2960 bfn_decl = builtin_decl_explicit (start_fn); in expand_omp_for_generic() 2961 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl)); in expand_omp_for_generic() 2966 tree bfn_decl = builtin_decl_explicit (start_fn); in expand_omp_for_generic() local 2970 t = build_call_expr (bfn_decl, 10, t5, t0, t1, t2, sched_arg, in expand_omp_for_generic() 2973 t = build_call_expr (bfn_decl, 7, t5, t0, t1, t2, t, t3, t4); in expand_omp_for_generic() 6921 tree bfn_decl; in expand_omp_sections() local 6927 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SECTIONS_NEXT); in expand_omp_sections() 6928 stmt = gimple_build_call (bfn_decl, 0); in expand_omp_sections()
|
| H A D | omp-low.c | 8041 tree ptr_type, t, l0, l1, l2, bfn_decl; in lower_omp_single_copy() local 8054 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SINGLE_COPY_START); in lower_omp_single_copy() 8055 t = build_call_expr_loc (loc, bfn_decl, 0); in lower_omp_single_copy() 8074 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SINGLE_COPY_END); in lower_omp_single_copy() 8075 t = build_call_expr_loc (loc, bfn_decl, 1, t); in lower_omp_single_copy() 8152 tree block, lab = NULL, x, bfn_decl; in lower_omp_master() local 8165 bfn_decl = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in lower_omp_master() 8166 x = build_call_expr_loc (loc, bfn_decl, 0); in lower_omp_master()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-expand.cc | 4137 tree bfn_decl; in expand_omp_for_generic() local 4143 bfn_decl = builtin_decl_explicit (start_fn); in expand_omp_for_generic() 4144 c_bool_type = TREE_TYPE (TREE_TYPE (bfn_decl)); in expand_omp_for_generic() 4149 tree bfn_decl = builtin_decl_explicit (start_fn); in expand_omp_for_generic() local 4153 t = build_call_expr (bfn_decl, 10, t5, t0, t1, t2, sched_arg, in expand_omp_for_generic() 4156 t = build_call_expr (bfn_decl, 7, t5, t0, t1, t2, t, t3, t4); in expand_omp_for_generic() 8480 tree bfn_decl; in expand_omp_sections() local 8486 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SECTIONS_NEXT); in expand_omp_sections() 8487 stmt = gimple_build_call (bfn_decl, 0); in expand_omp_sections()
|
| H A D | omp-low.cc | 8774 tree ptr_type, t, l0, l1, l2, bfn_decl; in lower_omp_single_copy() local 8787 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SINGLE_COPY_START); in lower_omp_single_copy() 8788 t = build_call_expr_loc (loc, bfn_decl, 0); in lower_omp_single_copy() 8807 bfn_decl = builtin_decl_explicit (BUILT_IN_GOMP_SINGLE_COPY_END); in lower_omp_single_copy() 8808 t = build_call_expr_loc (loc, bfn_decl, 1, t); in lower_omp_single_copy() 8976 tree block, lab = NULL, x, bfn_decl; in lower_omp_master() local 9000 bfn_decl = builtin_decl_explicit (BUILT_IN_OMP_GET_THREAD_NUM); in lower_omp_master() 9001 x = build_call_expr_loc (loc, bfn_decl, 0); in lower_omp_master()
|