Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h77 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) in cfg_first_block() argument
350 cfg_first_block_const(const struct cfg_t *cfg) in cfg_first_block_const()
356 cfg_last_block(struct cfg_t *cfg) in cfg_last_block()
[all …]
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
411 cfg_t::~cfg_t() in ~cfg_t()
417 cfg_t::remove_block(bblock_t *block) in remove_block()
473 cfg_t::new_block() in new_block()
481 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip) in set_next_block()
494 cfg_t::make_block_array() in make_block_array()
506 cfg_t::dump() in dump()
606 cfg_t::dump_cfg() in dump_cfg()
Dbrw_disasm_info.h33 struct cfg_t;
60 const struct cfg_t *cfg;
73 const struct cfg_t *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_schedule_instructions.cpp657 void run(cfg_t *cfg);
674 virtual void setup_liveness(cfg_t *cfg) = 0;
748 void setup_liveness(cfg_t *cfg);
797 fs_instruction_scheduler::setup_liveness(cfg_t *cfg) in setup_liveness()
926 void setup_liveness(cfg_t *cfg);
944 vec4_instruction_scheduler::setup_liveness(cfg_t *) in setup_liveness() argument
1849 instruction_scheduler::run(cfg_t *cfg) in run()
Dbrw_vec4_live_variables.h106 cfg_t *cfg;
Dbrw_shader.h75 cfg_t *cfg;
Dbrw_fs_copy_propagation.cpp97 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, 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.h478 int generate_code(const cfg_t *cfg, int dispatch_width,
Dbrw_shader.cpp1312 cfg = new(mem_ctx) cfg_t(this, &this->instructions); in calculate_cfg()
Dbrw_vec4_generator.cpp1519 const struct cfg_t *cfg, in generate_code()
2275 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
Dbrw_fs_generator.cpp1764 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
Dbrw_fs.cpp7442 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL, *simd32_cfg = NULL; in brw_compile_fs()
/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dcrocus-hsw-fails.txt226 … const brw_compiler*, void*, const nir_shader*, brw_vue_prog_data*, const cfg_t*, const brw::perfo…
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3247 - intel/compiler: Pass backend_shader \* to cfg_t()
D21.2.0.rst2734 - intel/compiler: Add cfg_t::adjust_block_ips() method