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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_cse.c44 struct set *instr_set = nir_instr_set_create(NULL); local in function:nir_opt_cse_impl
H A Dnir_opt_vectorize.c184 instr_try_combine(struct nir_shader *nir, struct set *instr_set, argument
349 vec_instr_set_destroy(struct set *instr_set) argument
355 vec_instr_set_add_or_rewrite(struct nir_shader *nir, struct set *instr_set, argument
387 vectorize_block(struct nir_shader * nir,nir_block * block,struct set * instr_set,nir_opt_vectorize_cb filter,void * data) argument
416 struct set *instr_set = vec_instr_set_create(); local in function:nir_opt_vectorize_impl
[all...]
H A Dnir_instr_set.c800 nir_instr_set_destroy(struct set *instr_set) argument
806 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, argument
844 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_cse.c45 struct set *instr_set = _mesa_set_clone(dominance_set, NULL); local in function:cse_block
67 struct set *instr_set = nir_instr_set_create(NULL); local in function:nir_opt_cse_impl
H A Dnir_instr_set.c807 nir_instr_set_destroy(struct set *instr_set) argument
813 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr) argument
842 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) argument
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cse.c111 struct set *instr_set = _mesa_set_create(NULL, hash_instr, cmp_func); local in function:ir3_cse
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_cse.c154 struct set *instr_set = _mesa_set_create(NULL, hash_instr, instrs_equal); local in function:bi_opt_cse
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c258 r600_vec_instr_set_destroy(struct set *instr_set) argument
264 r600_vec_instr_set_add(struct set *instr_set, nir_instr *instr) argument
288 r600_vec_instr_set_remove(nir_builder *b, struct set *instr_set, nir_instr *instr, argument
324 r600_vectorize_block(nir_builder * b,nir_block * block,struct set * instr_set,nir_variable * updated_vars[16][4]) argument
439 struct set *instr_set = r600_vec_instr_set_create(); local in function:r600_vectorize_io_impl
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp579 memory_event_set instr_set; local in function:aco::perform_hazard_query

Completed in 13 milliseconds