Searched refs:built_in_decls (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Domp-low.c1436 t = built_in_decls[BUILT_IN_GOMP_BARRIER];
1684 x = built_in_decls[BUILT_IN_ALLOCA];
1718 x = built_in_decls[BUILT_IN_ALLOCA];
1822 x = built_in_decls[BUILT_IN_OMP_GET_THREAD_NUM];
1976 x = built_in_decls[BUILT_IN_GOMP_ATOMIC_START];
1982 x = built_in_decls[BUILT_IN_GOMP_ATOMIC_END];
2281 t = built_in_decls[start_ix];
2294 t = built_in_decls[BUILT_IN_GOMP_PARALLEL_END];
2321 t = built_in_decls[BUILT_IN_TRAP];
2653 t = build_function_call_expr (built_in_decls[start_f
[all...]
H A Dc-omp.c78 x = built_in_decls[BUILT_IN_GOMP_BARRIER];
152 x = built_in_decls[BUILT_IN_SYNCHRONIZE];
H A Dtree-ssa-loop-prefetch.c850 prefetch = build_function_call_expr (built_in_decls[BUILT_IN_PREFETCH],
1031 if (!built_in_decls[BUILT_IN_PREFETCH])
1041 built_in_decls[BUILT_IN_PREFETCH] = decl;
H A Dbuiltins.c68 tree built_in_decls[(int) END_BUILTINS]; variable
4909 tree const fn_putchar = unlocked ? built_in_decls[BUILT_IN_PUTCHAR_UNLOCKED]
4911 tree const fn_puts = unlocked ? built_in_decls[BUILT_IN_PUTS_UNLOCKED]
5019 tree const fn_fputc = unlocked ? built_in_decls[BUILT_IN_FPUTC_UNLOCKED]
5021 tree const fn_fputs = unlocked ? built_in_decls[BUILT_IN_FPUTS_UNLOCKED]
9862 tree const fn_fputc = unlocked ? built_in_decls[BUILT_IN_FPUTC_UNLOCKED]
9864 tree const fn_fwrite = unlocked ? built_in_decls[BUILT_IN_FWRITE_UNLOCKED]
10189 fn = built_in_decls[BUILT_IN_MEMCPY];
10192 fn = built_in_decls[BUILT_IN_MEMPCPY];
10195 fn = built_in_decls[BUILT_IN_MEMMOV
[all...]
H A Dtree.c4931 val = iterative_hash_pointer (built_in_decls[DECL_FUNCTION_CODE (t)],
6716 built_in_decls[code] = decl;
6729 if (built_in_decls[BUILT_IN_MEMCPY] == NULL
6730 || built_in_decls[BUILT_IN_MEMMOVE] == NULL)
6737 if (built_in_decls[BUILT_IN_MEMCPY] == NULL)
6740 if (built_in_decls[BUILT_IN_MEMMOVE] == NULL)
6745 if (built_in_decls[BUILT_IN_MEMCMP] == NULL)
6755 if (built_in_decls[BUILT_IN_MEMSET] == NULL)
6765 if (built_in_decls[BUILT_IN_ALLOCA] == NULL)
H A Dgimplify.c1246 t = built_in_decls[BUILT_IN_ALLOCA];
5122 decl = built_in_decls[base + index + 1];
5197 cmpxchg = built_in_decls[BUILT_IN_VAL_COMPARE_AND_SWAP_N + index + 1];
5302 t = built_in_decls[BUILT_IN_GOMP_ATOMIC_START];
5310 t = built_in_decls[BUILT_IN_GOMP_ATOMIC_END];
H A Dc-common.c3512 /* Look up the function in built_in_decls that corresponds to DECL
3524 builtin = built_in_decls [DECL_FUNCTION_CODE (decl)];
3632 built_in_decls[(int) fncode] = decl;
6796 new_function = built_in_decls[orig_code + exact_log2 (n) + 1];
H A Dtree-complex.c907 fn = built_in_decls[bcode];
H A Dfunction.c3248 t = built_in_decls[BUILT_IN_ALLOCA];
H A Dtree.h270 extern GTY(()) tree built_in_decls[(int) END_BUILTINS];
269 extern GTY(()) tree built_in_decls[(int) END_BUILTINS]; variable
H A Dc-typeck.c2419 tree trap = build_function_call (built_in_decls[BUILT_IN_TRAP],
/freebsd-11.0-release/contrib/gcc/cp/
H A Dsemantics.c4070 tree fn = built_in_decls[BUILT_IN_GOMP_BARRIER];
4078 tree fn = built_in_decls[BUILT_IN_SYNCHRONIZE];
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c8149 if (built_in_decls [BUILT_IN_CLOG])
8150 set_user_assembler_name (built_in_decls [BUILT_IN_CLOG], "__clog");

Completed in 283 milliseconds