Searched refs:instr_can_rewrite (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_vectorize.c128 instr_can_rewrite(nir_instr *instr, bool vectorize_16bit) function in typeref:typename:bool
359 if (!instr_can_rewrite(instr, nir->options->vectorize_vec2_16bit))
375 if (instr_can_rewrite(new_instr, nir->options->vectorize_vec2_16bit) &&
404 if (instr_can_rewrite(instr, nir->options->vectorize_vec2_16bit) &&
H A Dnir_instr_set.c59 instr_can_rewrite(const nir_instr *instr) function in typeref:typename:bool
290 * will only work for instructions where instr_can_rewrite() returns true, and
544 * work for the subset of instructions defined by instr_can_rewrite(). Also,
552 assert(instr_can_rewrite(instr1) && instr_can_rewrite(instr2));
810 if (!instr_can_rewrite(instr))
846 if (!instr_can_rewrite(instr))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp74 bool instr_can_rewrite(nir_instr *instr);
249 if (instr_can_rewrite(instr)) {
269 bool NirLowerIOToVector::instr_can_rewrite(nir_instr *instr) function in class:r600::NirLowerIOToVector
284 if (!instr_can_rewrite(instr))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c59 instr_can_rewrite(const nir_instr *instr) function in typeref:typename:bool
273 * will only work for instructions where instr_can_rewrite() returns true, and
563 * work for the subset of instructions defined by instr_can_rewrite(). Also,
571 assert(instr_can_rewrite(instr1) && instr_can_rewrite(instr2));
815 if (!instr_can_rewrite(instr))
844 if (!instr_can_rewrite(instr))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2800 - nir/opt_vectorize: fix typo in instr_can_rewrite()

Completed in 54 milliseconds