Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c184 instr_try_combine(struct nir_shader *nir, struct set *instr_set, in instr_try_combine()
349 vec_instr_set_destroy(struct set *instr_set) in vec_instr_set_destroy()
355 vec_instr_set_add_or_rewrite(struct nir_shader *nir, struct set *instr_set, in vec_instr_set_add_or_rewrite()
388 struct set *instr_set, in vectorize_block()
416 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.c799 nir_instr_set_destroy(struct set *instr_set) in nir_instr_set_destroy()
805 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in nir_instr_set_add_or_rewrite()
843 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/freedreno/ir3/
Dir3_cse.c111 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.c154 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.cpp579 memory_event_set instr_set; in perform_hazard_query() local