Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h77 struct cfg_t;
83 explicit bblock_t(cfg_t *cfg);
113 struct cfg_t *cfg;
302 struct cfg_t { struct
304 DECLARE_RALLOC_CXX_OPERATORS(cfg_t)
306 cfg_t(const backend_shader *s, exec_list *instructions);
307 ~cfg_t();
333 cfg_first_block(struct cfg_t *cfg) in cfg_first_block() argument
339 cfg_first_block_const(const struct cfg_t *cfg) in cfg_first_block_const()
345 cfg_last_block(struct cfg_t *cfg) in cfg_last_block()
[all …]
Dbrw_disasm_info.h33 struct cfg_t;
60 const struct cfg_t *cfg;
73 const struct cfg_t *cfg);
Dbrw_cfg.cpp65 bblock_t::bblock_t(cfg_t *cfg) : in bblock_t()
169 cfg_t::cfg_t(const backend_shader *s, exec_list *instructions) : in cfg_t() function in cfg_t
409 cfg_t::~cfg_t() in ~cfg_t()
415 cfg_t::remove_block(bblock_t *block) in remove_block()
471 cfg_t::new_block() in new_block()
479 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) in set_next_block()
492 cfg_t::make_block_array() in make_block_array()
504 cfg_t::dump() in dump()
604 cfg_t::dump_cfg() in dump_cfg()
Dbrw_fs_live_variables.h35 struct cfg_t;
142 const cfg_t *cfg;
Dbrw_disasm_info.c108 const struct cfg_t *cfg) in disasm_initialize()
133 const struct cfg_t *cfg = disasm->cfg; in disasm_annotate()
Dbrw_shader.h71 cfg_t *cfg;
Dbrw_schedule_instructions.cpp602 void run(cfg_t *cfg);
619 virtual void setup_liveness(cfg_t *cfg) = 0;
693 void setup_liveness(cfg_t *cfg);
742 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness()
871 void setup_liveness(cfg_t *cfg);
889 vec4_instruction_scheduler::setup_liveness(cfg_t *) in setup_liveness() argument
1781 instruction_scheduler::run(cfg_t *cfg) in run()
Dbrw_vec4_live_variables.h104 cfg_t *cfg;
Dbrw_fs_copy_propagation.cpp96 fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg,
106 cfg_t *cfg;
117 fs_copy_prop_dataflow::fs_copy_prop_dataflow(void *mem_ctx, cfg_t *cfg, in fs_copy_prop_dataflow()
Dbrw_fs_register_coalesce.cpp100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, in can_coalesce_vars()
Dbrw_vec4.h50 const struct cfg_t *cfg,
Dbrw_fs.h472 int generate_code(const cfg_t *cfg, int dispatch_width,
Dbrw_shader.cpp1263 cfg = new(mem_ctx) cfg_t(this, &this->instructions); in calculate_cfg()
Dbrw_vec4_generator.cpp1474 const struct cfg_t *cfg, in generate_code()
2233 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
Dbrw_fs_generator.cpp1874 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
Dbrw_fs.cpp8820 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL, *simd32_cfg = NULL; in brw_compile_fs()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3247 - intel/compiler: Pass backend_shader \* to cfg_t()