Searched refs:is_nop_mov (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_fs_register_coalesce.cpp | 48 is_nop_mov(const fs_inst *inst) function in typeref:typename:bool 171 if (is_nop_mov(inst)) { |
| H A D | brw_vec4.cpp | 1272 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 D | brw_fs_register_coalesce.cpp | 50 is_nop_mov(const fs_inst *inst) function in typeref:typename:bool 207 if (is_nop_mov(inst)) { |
| H A D | brw_vec4.cpp | 1255 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