| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_cse.c | 44 struct set *instr_set = nir_instr_set_create(NULL); local in function:nir_opt_cse_impl
|
| H A D | nir_opt_vectorize.c | 184 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 D | nir_instr_set.c | 800 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 D | nir_opt_cse.c | 45 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 D | nir_instr_set.c | 807 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 D | ir3_cse.c | 111 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 D | bi_opt_cse.c | 154 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 D | sfn_nir_vectorize_vs_inputs.c | 258 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 D | aco_scheduler.cpp | 579 memory_event_set instr_set; local in function:aco::perform_hazard_query
|