Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_cse.c31 dominates(const nir_instr *old_instr, const nir_instr *new_instr) in dominates()
H A Dnir_opt_vectorize.c555 nir_instr *old_instr = (nir_instr *)entry->key; in vec_instr_set_add_or_rewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_constant_sinking.cc30 Status ReplaceUsesWhileKeepingLoopInvariance(HloInstruction* old_instr, in ReplaceUsesWhileKeepingLoopInvariance()
H A Dspace_to_batch_converter.cc2287 HloInstruction* new_instr, HloInstruction* old_instr, in SelectValidPortion()
2369 HloInstruction* old_instr) { in BatchToSpace()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp174 Instr::replace_required_instr(Instr *old_instr, Instr *new_instr) in replace_required_instr()