Lines Matching refs:BrigDirectiveExecutable
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()
2002 BrigDirectiveExecutable *e = emit_function_declaration (called); in hsa_brig_emit_function()
2522 for (hash_map <tree, BrigDirectiveExecutable *>::iterator it in hsa_output_brig()