Searched refs:cfg_t (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 77 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 …]
|
D | brw_cfg.cpp | 65 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()
|
D | brw_disasm_info.h | 33 struct cfg_t; 60 const struct cfg_t *cfg; 73 const struct cfg_t *cfg);
|
D | brw_fs_live_variables.h | 35 struct cfg_t; 142 const cfg_t *cfg;
|
D | brw_disasm_info.c | 108 const struct cfg_t *cfg) in disasm_initialize() 133 const struct cfg_t *cfg = disasm->cfg; in disasm_annotate()
|
D | brw_schedule_instructions.cpp | 657 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()
|
D | brw_vec4_live_variables.h | 106 cfg_t *cfg;
|
D | brw_shader.h | 75 cfg_t *cfg;
|
D | brw_fs_copy_propagation.cpp | 97 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()
|
D | brw_fs_register_coalesce.cpp | 100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, in can_coalesce_vars()
|
D | brw_vec4.h | 50 const struct cfg_t *cfg,
|
D | brw_fs.h | 478 int generate_code(const cfg_t *cfg, int dispatch_width,
|
D | brw_shader.cpp | 1312 cfg = new(mem_ctx) cfg_t(this, &this->instructions); in calculate_cfg()
|
D | brw_vec4_generator.cpp | 1519 const struct cfg_t *cfg, in generate_code() 2275 const struct cfg_t *cfg, in brw_vec4_generate_assembly()
|
D | brw_fs_generator.cpp | 1764 fs_generator::generate_code(const cfg_t *cfg, int dispatch_width, in generate_code()
|
D | brw_fs.cpp | 7442 cfg_t *simd8_cfg = NULL, *simd16_cfg = NULL, *simd32_cfg = NULL; in brw_compile_fs()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
D | crocus-hsw-fails.txt | 226 … const brw_compiler*, void*, const nir_shader*, brw_vue_prog_data*, const cfg_t*, const brw::perfo…
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3247 - intel/compiler: Pass backend_shader \* to cfg_t()
|
D | 21.2.0.rst | 2734 - intel/compiler: Add cfg_t::adjust_block_ips() method
|