| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_disasm_info.h | 33 struct cfg_t; 60 const struct cfg_t *cfg; 72 const struct cfg_t *cfg);
|
| H A D | brw_fs_live_variables.h | 34 struct cfg_t; 80 fs_live_variables(fs_visitor *v, const cfg_t *cfg); 125 const cfg_t *cfg;
|
| H A D | brw_cfg.cpp | 53 bblock_t::bblock_t(cfg_t *cfg) : 152 cfg_t::cfg_t(exec_list *instructions) function in class:cfg_t 386 cfg_t::~cfg_t() 392 cfg_t::remove_block(bblock_t *block) 445 cfg_t::new_block() 453 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) 466 cfg_t::make_block_array() 478 cfg_t [all...] |
| H A D | brw_vec4_live_variables.h | 66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg); 80 cfg_t *cfg;
|
| H A D | brw_cfg.h | 55 explicit bblock_t(cfg_t *cfg); 82 struct cfg_t *cfg; 274 struct cfg_t { struct 276 DECLARE_RALLOC_CXX_OPERATORS(cfg_t) 278 cfg_t(exec_list *instructions); 279 ~cfg_t();
|
| H A D | brw_disasm_info.c | 97 const struct cfg_t *cfg) 122 const struct cfg_t *cfg = disasm->cfg;
|
| H A D | brw_shader.h | 97 struct cfg_t; 227 cfg_t *cfg;
|
| H A D | brw_schedule_instructions.cpp | 583 void run(cfg_t *cfg); 600 virtual void setup_liveness(cfg_t *cfg) = 0; 675 void setup_liveness(cfg_t *cfg); 724 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) 851 void setup_liveness(cfg_t *cfg); 869 vec4_instruction_scheduler::setup_liveness(cfg_t *) 1760 static unsigned get_cycle_count(cfg_t *cfg) 1777 instruction_scheduler::run(cfg_t *cfg)
|
| H A D | brw_fs_register_coalesce.cpp | 99 const cfg_t *cfg, const fs_inst *inst,
|
| H A D | brw_fs_live_variables.cpp | 252 fs_live_variables::fs_live_variables(fs_visitor *v, const cfg_t *cfg)
|
| H A D | brw_vec4_live_variables.cpp | 184 cfg_t *cfg)
|
| H A D | brw_fs_copy_propagation.cpp | 94 fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, 104 cfg_t *cfg; 115 fs_copy_prop_dataflow::fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg,
|
| H A D | brw_fs_combine_constants.cpp | 354 bblock_t *intersection = cfg_t::intersect(block, imm->block);
|
| H A D | brw_vec4.h | 48 const struct cfg_t *cfg);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_disasm_info.h | 33 struct cfg_t; 60 const struct cfg_t *cfg; 73 const struct cfg_t *cfg);
|
| H A D | brw_cfg.h | 77 struct cfg_t; 83 explicit bblock_t(cfg_t *cfg); 113 struct cfg_t *cfg; 307 struct cfg_t { struct 309 DECLARE_RALLOC_CXX_OPERATORS(cfg_t) 311 cfg_t(const backend_shader *s, exec_list *instructions); 312 ~cfg_t(); 344 cfg_first_block(struct cfg_t *cfg) 350 cfg_first_block_const(const struct cfg_t *cfg) 356 cfg_last_block(struct cfg_t *cf [all...] |
| H A D | brw_fs_live_variables.h | 35 struct cfg_t; 142 const cfg_t *cfg;
|
| H A D | brw_cfg.cpp | 65 bblock_t::bblock_t(cfg_t *cfg) : 169 cfg_t::cfg_t(const backend_shader *s, exec_list *instructions) : function in class:cfg_t 411 cfg_t::~cfg_t() 417 cfg_t::remove_block(bblock_t *block) 473 cfg_t::new_block() 481 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) 494 cfg_t::make_block_array() 506 cfg_t [all...] |
| H A D | brw_vec4_live_variables.h | 106 cfg_t *cfg;
|
| H A D | brw_shader.h | 74 cfg_t *cfg;
|
| H A D | brw_disasm_info.c | 108 const struct cfg_t *cfg) 133 const struct cfg_t *cfg = disasm->cfg;
|
| H A D | brw_schedule_instructions.cpp | 653 void run(cfg_t *cfg); 670 virtual void setup_liveness(cfg_t *cfg) = 0; 744 void setup_liveness(cfg_t *cfg); 793 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) 922 void setup_liveness(cfg_t *cfg); 940 vec4_instruction_scheduler::setup_liveness(cfg_t *) 1844 instruction_scheduler::run(cfg_t *cfg)
|
| H A D | brw_fs_register_coalesce.cpp | 100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg,
|
| H A D | brw_fs_copy_propagation.cpp | 97 fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, 107 cfg_t *cfg; 118 fs_copy_prop_dataflow::fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg,
|
| H A D | brw_vec4.h | 50 const struct cfg_t *cfg,
|