Searched refs:hash_instr (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cse.c38 hash_instr(const void *data) function in typeref:typename:uint32_t
111 struct set *instr_set = _mesa_set_create(NULL, hash_instr, cmp_func);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_cse.c57 hash_instr(const void *data) function in typeref:typename:uint32_t
154 struct set *instr_set = _mesa_set_create(NULL, hash_instr, instrs_equal);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_vectorize.c59 hash_instr(const void *data) function in typeref:typename:uint32_t
345 return _mesa_set_create(NULL, hash_instr, instrs_equal);
H A Dnir_instr_set.c54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only
296 hash_instr(const void *data) function in typeref:typename:uint32_t
545 * it should only return "true" for instructions that hash_instr() will return
796 return _mesa_set_create(mem_ctx, hash_instr, cmp_func);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only
279 hash_instr(const void *data) function in typeref:typename:uint32_t
564 * it should only return "true" for instructions that hash_instr() will return
803 return _mesa_set_create(mem_ctx, hash_instr, cmp_func);
818 uint32_t hash = hash_instr(instr);

Completed in 5 milliseconds