Home
last modified time | relevance | path

Searched refs:BrigDirectiveExecutable (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h62 brig_function (const BrigDirectiveExecutable *exec, brig_to_generic *parent);
132 const BrigDirectiveExecutable *m_brig_def;
H A Dbrig-function-handler.cc47 const BrigDirectiveExecutable *exec = (const BrigDirectiveExecutable *) base; in operator ()()
H A Dbrig-to-generic.h101 std::string get_mangled_name (const BrigDirectiveExecutable *func) const;
H A Dbrig-code-entry-handler.cc68 const BrigDirectiveExecutable *func in build_code_ref()
69 = (const BrigDirectiveExecutable *) &ref; in build_code_ref()
H A Dbrig-to-generic.cc536 (const BrigDirectiveExecutable *func) const in get_mangled_name()
H A Dbrig-function.cc54 brig_function::brig_function (const BrigDirectiveExecutable *exec, in brig_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c190 static hash_map <tree, BrigDirectiveExecutable *> *emitted_declarations;
652 static BrigDirectiveExecutable *
655 struct BrigDirectiveExecutable fndir; in emit_function_directives()
737 return (BrigDirectiveExecutable *) ptr_to_fndir; in emit_function_directives()
1212 static BrigDirectiveExecutable *
1217 BrigDirectiveExecutable *e = emit_function_directives (f, true); in emit_function_declaration()
1228 static BrigDirectiveExecutable *
1233 BrigDirectiveExecutable *e = emit_function_directives (f, true); in emit_internal_fn_decl()
1981 BrigDirectiveExecutable *ptr_to_fndir; in hsa_brig_emit_function()
1993 emitted_declarations = new hash_map <tree, BrigDirectiveExecutable *> (); in hsa_brig_emit_function()
[all …]
H A Dhsa-brig-format.h906 struct BrigDirectiveExecutable struct