Searched refs:vec4_live_variables (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.h62 class vec4_live_variables { class in namespace:brw
64 DECLARE_RALLOC_CXX_OPERATORS(vec4_live_variables)
66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
67 ~vec4_live_variables();
H A Dbrw_vec4_live_variables.cpp64 vec4_live_variables::setup_def_use()
132 vec4_live_variables::compute_live_variables()
183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, function in class:vec4_live_variables
209 vec4_live_variables::~vec4_live_variables()
220 * information we computed in vec4_live_variables, except that our only
288 this->live_intervals = new(mem_ctx) vec4_live_variables(alloc, cfg);
H A Dbrw_vec4.h55 class vec4_live_variables;
111 brw::vec4_live_variables *live_intervals;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.cpp66 vec4_live_variables::setup_def_use()
143 vec4_live_variables::compute_live_variables()
199 vec4_live_variables::compute_start_end()
218 vec4_live_variables::vec4_live_variables(const backend_shader *s) function in class:vec4_live_variables
254 vec4_live_variables::~vec4_live_variables()
260 check_register_live_range(const vec4_live_variables *live, int ip,
273 vec4_live_variables::validate(const backend_shader *s) const
303 vec4_live_variables
[all...]
H A Dbrw_vec4_live_variables.h39 class vec4_live_variables { class in namespace:brw
67 vec4_live_variables(const backend_shader *s);
68 ~vec4_live_variables();
H A Dbrw_vec4_dead_code_eliminate.cpp44 const vec4_live_variables &live_vars = live_analysis.require();
H A Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live)
312 const vec4_live_variables &live = live_analysis.require();
H A Dbrw_vec4.h114 brw_analysis<brw::vec4_live_variables, backend_shader> live_analysis;
152 bool opt_cse_local(bblock_t *block, const vec4_live_variables &live);
H A Dbrw_vec4_reg_allocate.cpp166 const vec4_live_variables &live = live_analysis.require();
H A Dbrw_vec4.cpp1237 const vec4_live_variables &live = live_analysis.require();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst1966 vec4_live_variables
1971 vec4_live_variables constructor

Completed in 18 milliseconds