HomeSort by relevance Sort by last modified time
    Searched refs:nir_instr_prev (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_opt_copy_prop_vars.c 357 nir_instr *prev = nir_instr_prev(instr);
nir.c 889 nir_instr *prev_instr = nir_instr_prev(cursor.instr);
    [all...]
nir_from_ssa.c 268 last_instr = nir_instr_prev(last_instr);
nir_validate.c 665 nir_instr_prev(instr)->type == nir_instr_type_phi);
    [all...]
nir.h 418 nir_instr_prev(nir_instr *instr) function
    [all...]

Completed in 329 milliseconds