Home
last modified time | relevance | path

Searched refs:BrigCodeOffset32_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h36 typedef uint32_t BrigCodeOffset32_t; typedef
912 BrigCodeOffset32_t firstInArg;
913 BrigCodeOffset32_t firstCodeBlockEntry;
914 BrigCodeOffset32_t nextModuleEntry;
1146 BrigCodeOffset32_t symbol;
1167 BrigCodeOffset32_t ref;
H A Dhsa-brig.c187 static hash_map<tree, BrigCodeOffset32_t> *function_offsets;
1990 function_offsets = new hash_map<tree, BrigCodeOffset32_t> (); in hsa_brig_emit_function()
2509 BrigCodeOffset32_t *func_offset = function_offsets->get (p.function_decl); in hsa_output_brig()
H A Dhsa-common.h795 BrigCodeOffset32_t m_offset;