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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp48 is_nop_mov(const fs_inst *inst) function in typeref:typename:bool
171 if (is_nop_mov(inst)) {
H A Dbrw_vec4.cpp1272 bool is_nop_mov = true; local in function:brw::vec4_visitor::opt_register_coalesce
1279 is_nop_mov = false;
1284 if (is_nop_mov) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp50 is_nop_mov(const fs_inst *inst) function in typeref:typename:bool
207 if (is_nop_mov(inst)) {
H A Dbrw_vec4.cpp1255 bool is_nop_mov = true; local in function:brw::vec4_visitor::opt_register_coalesce
1262 is_nop_mov = false;
1267 if (is_nop_mov) {

Completed in 12 milliseconds