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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_shader_calls.c126 can_remat_instr(nir_instr *instr, struct brw_bitset *remat) function in typeref:typename:bool
209 return can_remat_instr(def->parent_instr, remat);
739 * phis will never be in the remat set (see can_remat_instr) and so nothing
827 if (!before_cursor && can_remat_instr(instr, remat)) {

Completed in 2 milliseconds