Home
last modified time | relevance | path

Searched defs:instr_set (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c188 instr_try_combine(struct set *instr_set, nir_instr *instr1, nir_instr *instr2) in instr_try_combine()
329 vec_instr_set_destroy(struct set *instr_set) in vec_instr_set_destroy()
335 vec_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in vec_instr_set_add_or_rewrite()
362 vectorize_block(nir_block *block, struct set *instr_set, in vectorize_block()
389 struct set *instr_set = vec_instr_set_create(); in nir_opt_vectorize_impl() local
Dnir_opt_cse.c44 struct set *instr_set = nir_instr_set_create(NULL); in nir_opt_cse_impl() local
Dnir_instr_set.c803 nir_instr_set_destroy(struct set *instr_set) in nir_instr_set_destroy()
809 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in nir_instr_set_add_or_rewrite()
847 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) in nir_instr_set_remove()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c258 r600_vec_instr_set_destroy(struct set *instr_set) in r600_vec_instr_set_destroy()
264 r600_vec_instr_set_add(struct set *instr_set, nir_instr *instr) in r600_vec_instr_set_add()
288 r600_vec_instr_set_remove(nir_builder *b, struct set *instr_set, nir_instr *instr, in r600_vec_instr_set_remove()
324 r600_vectorize_block(nir_builder *b, nir_block *block, struct set *instr_set, in r600_vectorize_block()
439 struct set *instr_set = r600_vec_instr_set_create(); in r600_vectorize_io_impl() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_tess.c60 add_instr_and_srcs_to_set(struct set *instr_set, nir_instr *instr) in add_instr_and_srcs_to_set()
71 struct set *instr_set = _mesa_pointer_set_create(NULL); in prune_patch_function_to_intrinsic_and_srcs() local
/third_party/mesa3d/src/freedreno/ir3/
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/
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/amd/compiler/
Daco_scheduler.cpp580 memory_event_set instr_set; in perform_hazard_query() local