Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_cse.cpp116 instructions_match(vec4_instruction *a, vec4_instruction *b) in instructions_match() function
158 instructions_match(inst, entry->generator)) { in opt_cse_local()
240 !instructions_match(inst, entry->generator))) { in opt_cse_local()
Dbrw_fs_cse.cpp174 instructions_match(fs_inst *a, fs_inst *b, bool *negate) in instructions_match() function
261 instructions_match(inst, entry->generator, &negate)) { in opt_cse_local()
325 !instructions_match(inst, entry->generator, &negate))) { in opt_cse_local()