Home
last modified time | relevance | path

Searched defs:instr_set (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_cse.c44 struct set *instr_set = nir_instr_set_create(NULL); in nir_opt_cse_impl() local
H A Dnir_opt_vectorize.c188 instr_try_combine(struct set *instr_set, nir_instr *instr1, nir_instr *instr2) in instr_try_combine() argument
329 vec_instr_set_destroy(struct set *instr_set) in vec_instr_set_destroy() argument
335 vec_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in vec_instr_set_add_or_rewrite() argument
362 vectorize_block(nir_block *block, struct set *instr_set, nir_vectorize_cb filter, void *data) vectorize_block() argument
389 struct set *instr_set = vec_instr_set_create(); nir_opt_vectorize_impl() local
[all...]
H A Dnir_instr_set.c803 nir_instr_set_destroy(struct set *instr_set) in nir_instr_set_destroy() argument
809 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in nir_instr_set_add_or_rewrite() argument
847 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) in nir_instr_set_remove() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cse.c142 struct set *instr_set = _mesa_set_create(NULL, hash_instr, cmp_func); in ir3_cse() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_cse.c160 struct set *instr_set = _mesa_set_create(NULL, hash_instr, instrs_equal); in bi_opt_cse() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c60 add_instr_and_srcs_to_set(struct set *instr_set, nir_instr *instr) in add_instr_and_srcs_to_set() argument
71 struct set *instr_set = _mesa_pointer_set_create(NULL); in prune_patch_function_to_intrinsic_and_srcs() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c258 r600_vec_instr_set_destroy(struct set *instr_set) in r600_vec_instr_set_destroy() argument
264 r600_vec_instr_set_add(struct set *instr_set, nir_instr *instr) in r600_vec_instr_set_add() argument
288 r600_vec_instr_set_remove(nir_builder *b, struct set *instr_set, nir_instr *instr, in r600_vec_instr_set_remove() argument
324 r600_vectorize_block(nir_builder *b, nir_block *block, struct set *instr_set, nir_variable *updated_vars[16][4]) r600_vectorize_block() argument
439 struct set *instr_set = r600_vec_instr_set_create(); r600_vectorize_io_impl() local
[all...]

Completed in 5 milliseconds