Home
last modified time | relevance | path

Searched defs:parent_instr (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c102 copy_prop_src(nir_src *src, nir_instr *parent_instr, nir_if *parent_if, in copy_prop_src()
Dnir_from_ssa.c504 nir_instr *parent_instr = def->parent_instr; in rewrite_ssa_def() local
Dnir.h490 nir_instr *parent_instr; member
515 nir_instr *parent_instr; member
529 nir_instr *parent_instr; member
Dnir.c1464 src_add_all_uses(nir_src *src, nir_instr *parent_instr, nir_if *parent_if) in src_add_all_uses()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc581 const HloInstruction* parent_instr) { in DumpSubcomputation()