Home
last modified time | relevance | path

Searched refs:is_nop_mov (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_register_coalesce.cpp50 is_nop_mov(const fs_inst *inst) in is_nop_mov() function
207 if (is_nop_mov(inst)) { in register_coalesce()
Dbrw_vec4.cpp1252 bool is_nop_mov = true; in opt_register_coalesce() local
1259 is_nop_mov = false; in opt_register_coalesce()
1264 if (is_nop_mov) { in opt_register_coalesce()