Home
last modified time | relevance | path

Searched refs:opt_cse_local (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) in opt_cse_local() function in vec4_visitor
315 progress = opt_cse_local(block, live) || progress; in opt_cse()
H A Dbrw_fs_cse.cpp247 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) in opt_cse_local() function in fs_visitor
388 progress = opt_cse_local(live, block, ip) || progress; in opt_cse()
H A Dbrw_vec4.h149 bool opt_cse_local(bblock_t *block, const vec4_live_variables &live);
H A Dbrw_fs.h165 bool opt_cse_local(const brw::fs_live_variables &live, bblock_t *block, int &ip);

Completed in 4 milliseconds