Searched refs:code_object (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dhsa.h450 hsa_status_t hsa_code_object_get_info(hsa_code_object_t code_object,
456 hsa_code_object_t *code_object);
458 hsa_status_t hsa_code_object_get_symbol(hsa_code_object_t code_object,
484 hsa_code_object_t code_object,
537 hsa_code_object_t code_object,
538 hsa_status_t (*callback)(hsa_code_object_t code_object,
578 hsa_code_object_t code_object,
613 hsa_status_t hsa_code_object_destroy(hsa_code_object_t code_object);
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dhsa.h4018 * @param[in] code_object Memory buffer that contains a vendor-specific code
4022 * @param[in] size Size of the buffer pointed to by @p code_object. Must not be
4036 * @retval ::HSA_STATUS_ERROR_INVALID_ARGUMENT @p code_object is NULL, @p size
4040 const void *code_object,
5115 * @param[in] code_object Code object.
5122 * version of @p code_object. If the callback returns a status code other than
5150 * @retval ::HSA_STATUS_ERROR_INVALID_CODE_OBJECT @p code_object is invalid.
5156 hsa_code_object_t code_object,
5181 * @param[out] code_object Memory location where the HSA runtime stores the
5193 * code_object ar
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dhsa_ext_finalize.h236 hsa_code_object_type_t code_object_type, hsa_code_object_t *code_object);
H A Dplugin-hsa.c87 hsa_code_object_t code_object, const char *options);
131 hsa_code_object_t *code_object);
1056 hsa_code_object_t code_object; local
1059 control_directives, "", HSA_CODE_OBJECT_TYPE_PROGRAM, &code_object);
1100 code_object, "");
H A Dplugin-gcn.c157 hsa_code_object_t code_object, const char *options);
199 const char *options, hsa_code_object_t *code_object);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc112 hsa_code_object_t code_object, const char *options);
147 const char *options, hsa_code_object_t *code_object);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c130 hsa_code_object_t code_object, const char *options);
165 const char *options, hsa_code_object_t *code_object);
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c155 hsa_code_object_t code_object, const char *options);
197 const char *options, hsa_code_object_t *code_object);

Completed in 292 milliseconds