Searched refs:cfg_t (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.cpp | 53 bblock_t::bblock_t(cfg_t *cfg) : in bblock_t() 155 cfg_t::cfg_t(exec_list *instructions) in cfg_t() function in cfg_t 389 cfg_t::~cfg_t() in ~cfg_t() 395 cfg_t::remove_block(bblock_t *block) in remove_block() 448 cfg_t::new_block() in new_block() 456 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) in set_next_block() 469 cfg_t::make_block_array() in make_block_array() 481 cfg_t::dump(backend_shader *s) in dump() 517 cfg_t::calculate_idom() in calculate_idom() 554 cfg_t::intersect(bblock_t *b1, bblock_t *b2) in intersect() [all …]
|
D | brw_disasm_info.h | 33 struct cfg_t; 60 const struct cfg_t *cfg; 72 const struct cfg_t *cfg);
|
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;
|
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();
|
D | brw_vec4_live_variables.h | 66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg); 80 cfg_t *cfg;
|
D | brw_shader.h | 94 struct cfg_t; 218 cfg_t *cfg;
|
D | brw_disasm_info.c | 96 const struct cfg_t *cfg) in disasm_initialize() 121 const struct cfg_t *cfg = disasm->cfg; in disasm_annotate()
|
D | brw_schedule_instructions.cpp | 485 void run(cfg_t *cfg); 502 virtual void setup_liveness(cfg_t *cfg) = 0; 577 void setup_liveness(cfg_t *cfg); 626 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness() 753 void setup_liveness(cfg_t *cfg); 771 vec4_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness() 1660 static unsigned get_cycle_count(cfg_t *cfg) in get_cycle_count() 1677 instruction_scheduler::run(cfg_t *cfg) in run()
|
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, in fs_copy_prop_dataflow()
|
D | brw_fs_register_coalesce.cpp | 99 const cfg_t *cfg, const fs_inst *inst, in can_coalesce_vars()
|
D | brw_fs_combine_constants.cpp | 226 bblock_t *intersection = cfg_t::intersect(block, imm->block); in opt_combine_constants()
|
D | brw_vec4_live_variables.cpp | 184 cfg_t *cfg) in vec4_live_variables()
|
D | brw_fs_live_variables.cpp | 252 fs_live_variables::fs_live_variables(fs_visitor *v, const cfg_t *cfg) in fs_live_variables()
|
D | brw_vec4.h | 48 const struct cfg_t *cfg,
|
D | brw_fs.h | 397 int generate_code(const cfg_t *cfg, int dispatch_width);
|
D | brw_shader.cpp | 1141 cfg = new(mem_ctx) cfg_t(&this->instructions); in calculate_cfg()
|
D | brw_vec4_generator.cpp | 1497 const struct cfg_t *cfg) in generate_code() 2224 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
|
D | brw_fs_generator.cpp | 1625 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width) in generate_code()
|
D | brw_fs.cpp | 6821 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL; in brw_compile_fs() 7040 cfg_t *cfg = NULL; in brw_compile_cs()
|