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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block) function in class:vec4_visitor
316 progress = opt_cse_local(block) || progress;
H A Dbrw_fs_cse.cpp245 fs_visitor::opt_cse_local(bblock_t *block) function in class:fs_visitor
377 progress = opt_cse_local(block) || progress;
H A Dbrw_vec4.h152 bool opt_cse_local(bblock_t *block);
H A Dbrw_fs.h137 bool opt_cse_local(bblock_t *block);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_cse.cpp166 vec4_visitor::opt_cse_local(bblock_t *block, const vec4_live_variables &live) function in class:vec4_visitor
315 progress = opt_cse_local(block, live) || progress;
H A Dbrw_fs_cse.cpp246 fs_visitor::opt_cse_local(const fs_live_variables &live, bblock_t *block, int &ip) function in class:fs_visitor
387 progress = opt_cse_local(live, block, ip) || progress;
H A Dbrw_vec4.h152 bool opt_cse_local(bblock_t *block, const vec4_live_variables &live);
H A Dbrw_fs.h162 bool opt_cse_local(const brw::fs_live_variables &live, bblock_t *block, int &ip);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst60 - i965/vec4: opt_cse_local cause the out of bound array access
H A D20.2.0.rst238 - i965/vec4: opt_cse_local cause the out of bound array access

Completed in 19 milliseconds