Home
last modified time | relevance | path

Searched refs:targ_fn_descriptor (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c269 struct targ_fn_descriptor struct
283 struct targ_fn_descriptor *fns; /* Array of functions. */ argument
741 struct targ_fn_descriptor *targ_fn = (struct targ_fn_descriptor *) fn; in nvptx_exec()
1274 struct targ_fn_descriptor *targ_fns; in GOMP_OFFLOAD_load_image()
1308 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()
1916 nvptx_adjust_launch_bounds (struct targ_fn_descriptor *fn, in nvptx_adjust_launch_bounds()
1983 struct targ_fn_descriptor *tgt_fn_desc in GOMP_OFFLOAD_run()
1984 = (struct targ_fn_descriptor *) tgt_fn; in GOMP_OFFLOAD_run()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c255 struct targ_fn_descriptor struct
269 struct targ_fn_descriptor *fns; /* Array of functions. */ argument
709 struct targ_fn_descriptor *targ_fn = (struct targ_fn_descriptor *) fn; in nvptx_exec()
1214 struct targ_fn_descriptor *targ_fns; in GOMP_OFFLOAD_load_image()
1245 targ_fns = GOMP_PLUGIN_malloc (sizeof (struct targ_fn_descriptor) in GOMP_OFFLOAD_load_image()
1827 nvptx_adjust_launch_bounds (struct targ_fn_descriptor *fn, in nvptx_adjust_launch_bounds()
1884 CUfunction function = ((struct targ_fn_descriptor *) tgt_fn)->fn; in GOMP_OFFLOAD_run()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog9241 (struct targ_fn_descriptor): Add new fields.
9252 (GOMP_OFFLOAD_load_image): ...here. Set new targ_fn_descriptor
11650 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.