Searched refs:BrigDirectiveExecutable (Results 1 – 2 of 2) sorted by relevance
190 static hash_map <tree, BrigDirectiveExecutable *> *emitted_declarations;651 static BrigDirectiveExecutable *654 struct BrigDirectiveExecutable fndir; in emit_function_directives()736 return (BrigDirectiveExecutable *) ptr_to_fndir; in emit_function_directives()1211 static BrigDirectiveExecutable *1216 BrigDirectiveExecutable *e = emit_function_directives (f, true); in emit_function_declaration()1227 static BrigDirectiveExecutable *1232 BrigDirectiveExecutable *e = emit_function_directives (f, true); in emit_internal_fn_decl()1980 BrigDirectiveExecutable *ptr_to_fndir; in hsa_brig_emit_function()1992 emitted_declarations = new hash_map <tree, BrigDirectiveExecutable *> (); in hsa_brig_emit_function()[all …]
906 struct BrigDirectiveExecutable struct