Searched refs:cfg_t (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cfg.cpp | 53 bblock_t::bblock_t(cfg_t *cfg) : in bblock_t() 154 cfg_t::cfg_t(exec_list *instructions) in cfg_t() function in cfg_t 326 cfg_t::~cfg_t() in ~cfg_t() 332 cfg_t::remove_block(bblock_t *block) in remove_block() 385 cfg_t::new_block() in new_block() 393 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) in set_next_block() 406 cfg_t::make_block_array() in make_block_array() 418 cfg_t::dump(backend_shader *s) in dump() 454 cfg_t::calculate_idom() in calculate_idom() 491 cfg_t::intersect(bblock_t *b1, bblock_t *b2) in intersect() [all …]
|
D | brw_fs_live_variables.h | 31 struct cfg_t; 65 fs_live_variables(fs_visitor *v, const cfg_t *cfg); 110 const cfg_t *cfg;
|
D | brw_cfg.h | 56 explicit bblock_t(cfg_t *cfg); 83 struct cfg_t *cfg; 275 struct cfg_t { struct 277 DECLARE_RALLOC_CXX_OPERATORS(cfg_t) 279 cfg_t(exec_list *instructions); 280 ~cfg_t();
|
D | intel_asm_annotation.h | 32 struct cfg_t; 67 struct annotation_info *annotation, const struct cfg_t *cfg,
|
D | brw_vec4_live_variables.h | 63 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg); 77 cfg_t *cfg;
|
D | brw_shader.h | 92 struct cfg_t; 214 cfg_t *cfg;
|
D | brw_schedule_instructions.cpp | 487 void run(cfg_t *cfg); 504 virtual void setup_liveness(cfg_t *cfg) = 0; 579 void setup_liveness(cfg_t *cfg); 628 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness() 755 void setup_liveness(cfg_t *cfg); 773 vec4_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness() 1668 static unsigned get_cycle_count(cfg_t *cfg) in get_cycle_count() 1685 instruction_scheduler::run(cfg_t *cfg) in run()
|
D | brw_fs_copy_propagation.cpp | 85 fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, 94 cfg_t *cfg; 104 fs_copy_prop_dataflow::fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, in fs_copy_prop_dataflow()
|
D | intel_asm_annotation.c | 104 struct annotation_info *annotation, const struct cfg_t *cfg, in annotate()
|
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_fs_live_variables.cpp | 228 fs_live_variables::fs_live_variables(fs_visitor *v, const cfg_t *cfg) in fs_live_variables()
|
D | brw_vec4_live_variables.cpp | 184 cfg_t *cfg) in vec4_live_variables()
|
D | brw_vec4.h | 48 const struct cfg_t *cfg,
|
D | brw_fs.h | 390 int generate_code(const cfg_t *cfg, int dispatch_width);
|
D | brw_shader.cpp | 1133 cfg = new(mem_ctx) cfg_t(&this->instructions); in calculate_cfg()
|
D | brw_vec4_generator.cpp | 1495 const struct cfg_t *cfg) in generate_code() 2205 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
|
D | brw_fs_generator.cpp | 1529 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width) in generate_code()
|
D | brw_fs.cpp | 6448 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL; in brw_compile_fs() 6670 cfg_t *cfg = NULL; in brw_compile_cs()
|