Home
last modified time | relevance | path

Searched refs:nir_instrs_equal (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_instr_set.c54 * be kept in sync with hash_instr() and nir_instrs_equal() -- only
293 * according nir_instrs_equal().
551 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) in nir_instrs_equal() function
793 return nir_instrs_equal(data1, data2); in cmp_func()
H A Dnir_loop_analyze.c298 * per nir_instrs_equal), return one of the ALU instructions. Otherwise,
314 if (!nir_instrs_equal(&first->instr, &alu->instr)) in phi_instr_as_alu()
H A Dnir.h4161 bool nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2);

Completed in 8 milliseconds