/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.c | 96 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 D | tut02-square.cc | 81 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 D | tut02-square.cc | 81 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 D | tut02-square.c | 96 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 D | tutorial02.rst | 207 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 D | tutorial02.rst | 207 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 D | oacc-host.c | 129 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 D | oacc-host.c | 129 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 D | tutorial02.rst | 205 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 D | tutorial02.rst | 205 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 D | libgccjit.c | 1526 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 D | jit-playback.c | 929 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 D | jit-playback.h | 152 rvalue *fn_ptr, 251 tree fn_ptr,
|
H A D | libgccjit.h | 993 gcc_jit_rvalue *fn_ptr,
|
H A D | jit-recording.c | 1191 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 D | jit-recording.h | 189 rvalue *fn_ptr, 1600 rvalue *fn_ptr,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.cc | 2287 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 D | jit-playback.cc | 1273 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 D | jit-playback.h | 175 rvalue *fn_ptr, 281 tree fn_ptr,
|
H A D | libgccjit.h | 1241 gcc_jit_rvalue *fn_ptr,
|
H A D | jit-recording.cc | 1290 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 D | jit-recording.h | 200 rvalue *fn_ptr, 1806 rvalue *fn_ptr,
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-gcn.c | 3625 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 D | plugin-hsa.c | 1457 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 D | plugin-gcn.c | 3764 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()
|