Searched refs:cfg_t (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_disasm_info.h33 struct cfg_t;
60 const struct cfg_t *cfg;
72 const struct cfg_t *cfg);
H A Dbrw_fs_live_variables.h34 struct cfg_t;
80 fs_live_variables(fs_visitor *v, const cfg_t *cfg);
125 const cfg_t *cfg;
H A Dbrw_cfg.cpp53 bblock_t::bblock_t(cfg_t *cfg) :
152 cfg_t::cfg_t(exec_list *instructions) function in class:cfg_t
386 cfg_t::~cfg_t()
392 cfg_t::remove_block(bblock_t *block)
445 cfg_t::new_block()
453 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip)
466 cfg_t::make_block_array()
478 cfg_t
[all...]
H A Dbrw_vec4_live_variables.h66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
80 cfg_t *cfg;
H A 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();
H A Dbrw_disasm_info.c97 const struct cfg_t *cfg)
122 const struct cfg_t *cfg = disasm->cfg;
H A Dbrw_shader.h97 struct cfg_t;
227 cfg_t *cfg;
H A Dbrw_schedule_instructions.cpp583 void run(cfg_t *cfg);
600 virtual void setup_liveness(cfg_t *cfg) = 0;
675 void setup_liveness(cfg_t *cfg);
724 fs_instruction_scheduler::setup_liveness(cfg_t *cfg)
851 void setup_liveness(cfg_t *cfg);
869 vec4_instruction_scheduler::setup_liveness(cfg_t *)
1760 static unsigned get_cycle_count(cfg_t *cfg)
1777 instruction_scheduler::run(cfg_t *cfg)
H A Dbrw_fs_register_coalesce.cpp99 const cfg_t *cfg, const fs_inst *inst,
H A Dbrw_fs_live_variables.cpp252 fs_live_variables::fs_live_variables(fs_visitor *v, const cfg_t *cfg)
H A Dbrw_vec4_live_variables.cpp184 cfg_t *cfg)
H A 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,
H A Dbrw_fs_combine_constants.cpp354 bblock_t *intersection = cfg_t::intersect(block, imm->block);
H A Dbrw_vec4.h48 const struct cfg_t *cfg);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_disasm_info.h33 struct cfg_t;
60 const struct cfg_t *cfg;
73 const struct cfg_t *cfg);
H A 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)
350 cfg_first_block_const(const struct cfg_t *cfg)
356 cfg_last_block(struct cfg_t *cf
[all...]
H A Dbrw_fs_live_variables.h35 struct cfg_t;
142 const cfg_t *cfg;
H A Dbrw_cfg.cpp65 bblock_t::bblock_t(cfg_t *cfg) :
169 cfg_t::cfg_t(const backend_shader *s, exec_list *instructions) : function in class:cfg_t
411 cfg_t::~cfg_t()
417 cfg_t::remove_block(bblock_t *block)
473 cfg_t::new_block()
481 cfg_t::set_next_block(bblock_t **cur, bblock_t *block, int ip)
494 cfg_t::make_block_array()
506 cfg_t
[all...]
H A Dbrw_vec4_live_variables.h106 cfg_t *cfg;
H A Dbrw_shader.h74 cfg_t *cfg;
H A Dbrw_disasm_info.c108 const struct cfg_t *cfg)
133 const struct cfg_t *cfg = disasm->cfg;
H A Dbrw_schedule_instructions.cpp653 void run(cfg_t *cfg);
670 virtual void setup_liveness(cfg_t *cfg) = 0;
744 void setup_liveness(cfg_t *cfg);
793 fs_instruction_scheduler::setup_liveness(cfg_t *cfg)
922 void setup_liveness(cfg_t *cfg);
940 vec4_instruction_scheduler::setup_liveness(cfg_t *)
1844 instruction_scheduler::run(cfg_t *cfg)
H A Dbrw_fs_register_coalesce.cpp100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg,
H A 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,
H A Dbrw_vec4.h50 const struct cfg_t *cfg,

Completed in 25 milliseconds

12