Home
last modified time | relevance | path

Searched refs:fs_cfg (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp69 fs_cfg::fs_cfg(fs_visitor *v) in fs_cfg() function in fs_cfg
212 fs_cfg::~fs_cfg() in ~fs_cfg()
218 fs_cfg::new_block() in new_block()
226 fs_cfg::set_next_block(fs_bblock *block) in set_next_block()
240 fs_cfg::make_block_array() in make_block_array()
Dbrw_fs_cfg.h69 class fs_cfg {
81 fs_cfg(fs_visitor *v);
82 ~fs_cfg();
Dbrw_fs_live_variables.h65 fs_live_variables(fs_visitor *v, fs_cfg *cfg);
72 fs_cfg *cfg;
Dbrw_fs_live_variables.cpp135 fs_live_variables::fs_live_variables(fs_visitor *v, fs_cfg *cfg) in fs_live_variables()
206 fs_cfg cfg(this); in calculate_live_intervals()
Dbrw_fs_cse.cpp179 fs_cfg cfg(this); in opt_cse()
Dbrw_fs_copy_propagation.cpp140 fs_cfg cfg(this); in opt_copy_propagate()
Dbrw_fs_emit.cpp741 fs_cfg *cfg = NULL; in generate_code()
743 cfg = new(mem_ctx) fs_cfg(this); in generate_code()