Home
last modified time | relevance | path

Searched refs:fn_ptr (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut02-square.c96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); in main() local
97 if (!fn_ptr) in main()
104 fn_type square = (fn_type)fn_ptr; in main()
H A Dtut02-square.cc81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); in main() local
82 if (!fn_ptr) in main()
90 fn_type square = (fn_type)fn_ptr; in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut02-square.cc81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); in main() local
82 if (!fn_ptr) in main()
90 fn_type square = (fn_type)fn_ptr; in main()
H A Dtut02-square.c96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); in main() local
97 if (!fn_ptr) in main()
104 fn_type square = (fn_type)fn_ptr; in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/
H A Dtutorial02.rst207 void *fn_ptr = gcc_jit_result_get_code (result, "square");
208 if (!fn_ptr)
210 fprintf (stderr, "NULL fn_ptr");
220 fn_type square = (fn_type)fn_ptr;
255 void *fn_ptr = gcc_jit_result_get_code (result, "square");
256 if (!fn_ptr)
258 fprintf (stderr, "NULL fn_ptr");
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/
H A Dtutorial02.rst207 void *fn_ptr = gcc_jit_result_get_code (result, "square");
208 if (!fn_ptr)
210 fprintf (stderr, "NULL fn_ptr");
220 fn_type square = (fn_type)fn_ptr;
255 void *fn_ptr = gcc_jit_result_get_code (result, "square");
256 if (!fn_ptr)
258 fprintf (stderr, "NULL fn_ptr");
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-host.c129 host_run (int n __attribute__ ((unused)), void *fn_ptr, void *vars, in host_run() argument
132 void (*fn)(void *) = (void (*)(void *)) fn_ptr; in host_run()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-host.c129 host_run (int n __attribute__ ((unused)), void *fn_ptr, void *vars, in host_run() argument
132 void (*fn)(void *) = (void (*)(void *)) fn_ptr; in host_run()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst205 void *fn_ptr = gcc_jit_result_get_code (result, "square");
206 if (!fn_ptr)
208 fprintf (stderr, "NULL fn_ptr");
218 fn_type square = (fn_type)fn_ptr;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst205 void *fn_ptr = gcc_jit_result_get_code (result, "square");
206 if (!fn_ptr)
208 fprintf (stderr, "NULL fn_ptr");
218 fn_type square = (fn_type)fn_ptr;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c1526 gcc_jit_rvalue *fn_ptr, in gcc_jit_context_new_call_through_ptr() argument
1532 RETURN_NULL_IF_FAIL (fn_ptr, ctxt, loc, "NULL fn_ptr"); in gcc_jit_context_new_call_through_ptr()
1536 gcc::jit::recording::type *ptr_type = fn_ptr->get_type ()->dereference (); in gcc_jit_context_new_call_through_ptr()
1541 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1542 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1550 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1551 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
1561 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1569 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
1583 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
[all …]
H A Djit-playback.c929 tree fn_ptr, in build_call() argument
939 set_tree_location (fn_ptr, loc); in build_call()
941 tree fn = TREE_TYPE (fn_ptr); in build_call()
946 fn_ptr, tree_args); in build_call()
993 rvalue *fn_ptr, in new_call_through_ptr() argument
997 gcc_assert (fn_ptr); in new_call_through_ptr()
998 tree t_fn_ptr = fn_ptr->as_tree (); in new_call_through_ptr()
H A Djit-playback.h152 rvalue *fn_ptr,
251 tree fn_ptr,
H A Dlibgccjit.h993 gcc_jit_rvalue *fn_ptr,
H A Djit-recording.c1191 recording::rvalue *fn_ptr, in new_call_through_ptr() argument
1195 recording::rvalue *result = new call_through_ptr (this, loc, fn_ptr, numargs, args); in new_call_through_ptr()
5307 recording::rvalue *fn_ptr, in call_through_ptr() argument
5311 fn_ptr->get_type ()->dereference () in call_through_ptr()
5314 m_fn_ptr (fn_ptr) in call_through_ptr()
H A Djit-recording.h189 rvalue *fn_ptr,
1600 rvalue *fn_ptr,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc2287 gcc_jit_rvalue *fn_ptr, in gcc_jit_context_new_call_through_ptr() argument
2293 RETURN_NULL_IF_FAIL (fn_ptr, ctxt, loc, "NULL fn_ptr"); in gcc_jit_context_new_call_through_ptr()
2297 gcc::jit::recording::type *ptr_type = fn_ptr->get_type ()->dereference (); in gcc_jit_context_new_call_through_ptr()
2302 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
2303 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
2311 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
2312 fn_ptr->get_type ()->get_debug_string ()); in gcc_jit_context_new_call_through_ptr()
2322 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
2330 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
2344 fn_ptr->get_debug_string (), in gcc_jit_context_new_call_through_ptr()
[all …]
H A Djit-playback.cc1273 tree fn_ptr, in build_call() argument
1283 set_tree_location (fn_ptr, loc); in build_call()
1285 tree fn = TREE_TYPE (fn_ptr); in build_call()
1290 fn_ptr, tree_args); in build_call()
1337 rvalue *fn_ptr, in new_call_through_ptr() argument
1341 gcc_assert (fn_ptr); in new_call_through_ptr()
1342 tree t_fn_ptr = fn_ptr->as_tree (); in new_call_through_ptr()
H A Djit-playback.h175 rvalue *fn_ptr,
281 tree fn_ptr,
H A Dlibgccjit.h1241 gcc_jit_rvalue *fn_ptr,
H A Djit-recording.cc1290 recording::rvalue *fn_ptr, in new_call_through_ptr() argument
1294 recording::rvalue *result = new call_through_ptr (this, loc, fn_ptr, numargs, args); in new_call_through_ptr()
6098 recording::rvalue *fn_ptr, in call_through_ptr() argument
6102 fn_ptr->get_type ()->dereference () in call_through_ptr()
6105 m_fn_ptr (fn_ptr) in call_through_ptr()
H A Djit-recording.h200 rvalue *fn_ptr,
1806 rvalue *fn_ptr,
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c3625 GOMP_OFFLOAD_can_run (void *fn_ptr) in GOMP_OFFLOAD_can_run() argument
3627 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_can_run()
3753 GOMP_OFFLOAD_run (int device, void *fn_ptr, void *vars, void **args) in GOMP_OFFLOAD_run() argument
3756 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_run()
3809 GOMP_OFFLOAD_openacc_exec (void (*fn_ptr) (void *), size_t mapnum, in GOMP_OFFLOAD_openacc_exec()
3813 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_openacc_exec()
3822 GOMP_OFFLOAD_openacc_async_exec (void (*fn_ptr) (void *), size_t mapnum, in GOMP_OFFLOAD_openacc_async_exec()
3827 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_openacc_async_exec()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c1457 GOMP_OFFLOAD_can_run (void *fn_ptr) in GOMP_OFFLOAD_can_run() argument
1459 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_can_run()
1626 void *fn_ptr, void *vars, void **args) in GOMP_OFFLOAD_run() argument
1628 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_run()
H A Dplugin-gcn.c3764 GOMP_OFFLOAD_can_run (void *fn_ptr) in GOMP_OFFLOAD_can_run() argument
3766 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_can_run()
3892 GOMP_OFFLOAD_run (int device, void *fn_ptr, void *vars, void **args) in GOMP_OFFLOAD_run() argument
3895 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_run()
3948 GOMP_OFFLOAD_openacc_exec (void (*fn_ptr) (void *), size_t mapnum, in GOMP_OFFLOAD_openacc_exec()
3952 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_openacc_exec()
3961 GOMP_OFFLOAD_openacc_async_exec (void (*fn_ptr) (void *), size_t mapnum, in GOMP_OFFLOAD_openacc_async_exec()
3966 struct kernel_info *kernel = (struct kernel_info *) fn_ptr; in GOMP_OFFLOAD_openacc_async_exec()

12