Home
last modified time | relevance | path

Searched refs:cfg_t (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp53 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 …]
Dbrw_disasm_info.h33 struct cfg_t;
60 const struct cfg_t *cfg;
72 const struct cfg_t *cfg);
Dbrw_fs_live_variables.h34 struct cfg_t;
80 fs_live_variables(fs_visitor *v, const cfg_t *cfg);
125 const cfg_t *cfg;
Dbrw_cfg.h55 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();
Dbrw_vec4_live_variables.h66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
80 cfg_t *cfg;
Dbrw_shader.h94 struct cfg_t;
218 cfg_t *cfg;
Dbrw_disasm_info.c96 const struct cfg_t *cfg) in disasm_initialize()
121 const struct cfg_t *cfg = disasm->cfg; in disasm_annotate()
Dbrw_schedule_instructions.cpp485 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()
Dbrw_fs_copy_propagation.cpp94 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()
Dbrw_fs_register_coalesce.cpp99 const cfg_t *cfg, const fs_inst *inst, in can_coalesce_vars()
Dbrw_fs_combine_constants.cpp226 bblock_t *intersection = cfg_t::intersect(block, imm->block); in opt_combine_constants()
Dbrw_vec4_live_variables.cpp184 cfg_t *cfg) in vec4_live_variables()
Dbrw_fs_live_variables.cpp252 fs_live_variables::fs_live_variables(fs_visitor *v, const cfg_t *cfg) in fs_live_variables()
Dbrw_vec4.h48 const struct cfg_t *cfg,
Dbrw_fs.h397 int generate_code(const cfg_t *cfg, int dispatch_width);
Dbrw_shader.cpp1141 cfg = new(mem_ctx) cfg_t(&this->instructions); in calculate_cfg()
Dbrw_vec4_generator.cpp1497 const struct cfg_t *cfg) in generate_code()
2224 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
Dbrw_fs_generator.cpp1625 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width) in generate_code()
Dbrw_fs.cpp6821 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL; in brw_compile_fs()
7040 cfg_t *cfg = NULL; in brw_compile_cs()