| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-nvptx.c | 261 const struct targ_ptx_obj *ptx_objs; member in struct:nvptx_tdata 661 link_ptx (CUmodule *module, const struct targ_ptx_obj *ptx_objs, 714 for (; num_objs--; ptx_objs++) 718 GOMP_PLUGIN_debug (0, "Loading:\n---\n%s\n---\n", ptx_objs->code); 721 (char *) ptx_objs->code, ptx_objs->size, 725 (char *) ptx_objs->code, ptx_objs->size, 1335 || !link_ptx (&module, img_header->ptx_objs, img_header->ptx_num))
|
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-nvptx.c | 257 const struct targ_ptx_obj *ptx_objs; member in struct:nvptx_tdata 643 link_ptx (CUmodule *module, const struct targ_ptx_obj *ptx_objs, 696 for (; num_objs--; ptx_objs++) 700 GOMP_PLUGIN_debug (0, "Loading:\n---\n%s\n---\n", ptx_objs->code); 703 (char *) ptx_objs->code, ptx_objs->size, 707 (char *) ptx_objs->code, ptx_objs->size, 1289 || !link_ptx (&module, img_header->ptx_objs, img_header->ptx_num))
|