Searched refs:BrigDirectiveExecutable (Results 1 – 8 of 8) sorted by relevance
62 brig_function (const BrigDirectiveExecutable *exec, brig_to_generic *parent);132 const BrigDirectiveExecutable *m_brig_def;
47 const BrigDirectiveExecutable *exec = (const BrigDirectiveExecutable *) base; in operator ()()
101 std::string get_mangled_name (const BrigDirectiveExecutable *func) const;
68 const BrigDirectiveExecutable *func in build_code_ref()69 = (const BrigDirectiveExecutable *) &ref; in build_code_ref()
536 (const BrigDirectiveExecutable *func) const in get_mangled_name()
54 brig_function::brig_function (const BrigDirectiveExecutable *exec, in brig_function()
190 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 …]
906 struct BrigDirectiveExecutable struct