Searched refs:new_def (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_util.cc | 175 NodeDef new_def = dst->def(); in PreprocessDataEdgesBetweenOutsideCompilations() local 176 *new_def.mutable_input(dst_input) = placeholder_node->name(); in PreprocessDataEdgesBetweenOutsideCompilations() 177 TF_ASSIGN_OR_RETURN(Node * dst_replace_node, ReplaceNode(g, dst, new_def)); in PreprocessDataEdgesBetweenOutsideCompilations() 237 NodeDef new_def = dst->def(); in PostprocessDataEdgesBetweenOutsideCompilations() local 239 *new_def.mutable_input(dst_input) = in PostprocessDataEdgesBetweenOutsideCompilations() 241 TF_ASSIGN_OR_RETURN(Node * replace_node, ReplaceNode(g, dst, new_def)); in PostprocessDataEdgesBetweenOutsideCompilations()
|
D | extract_outside_compilation_pass.cc | 157 NodeDef new_def = dst->def(); in ReplaceArgNodesWithRecvAtHostNode() local 158 *new_def.mutable_input(edge.dst_input) = in ReplaceArgNodesWithRecvAtHostNode() 160 TF_ASSIGN_OR_RETURN(Node * dst_replace, ReplaceNode(g, dst, new_def)); in ReplaceArgNodesWithRecvAtHostNode() 333 NodeDef new_def; in BuildXlaHostComputeNodeDef() local 334 TF_RETURN_IF_ERROR(host_compute_builder.Finalize(&new_def)); in BuildXlaHostComputeNodeDef() 335 return new_def; in BuildXlaHostComputeNodeDef()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_live_variables.cpp | 218 const BITSET_WORD new_def = bd->defout[i] & ~child_bd->defin[i]; in compute_live_variables() local 219 child_bd->defin[i] |= new_def; in compute_live_variables() 220 child_bd->defout[i] |= new_def; in compute_live_variables() 221 cont |= new_def; in compute_live_variables()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_clip.c | 130 nir_ssa_def *new_def = find_output_in_block(block, drvloc); in find_output() local 131 assert(!(new_def && def)); in find_output() 132 def = new_def; in find_output()
|
D | nir_lower_vars_to_ssa.c | 566 nir_ssa_def *new_def; in rename_variables() local 579 new_def = nir_swizzle(&b, intrin->src[0].ssa, swiz, in rename_variables() 596 new_def = nir_vec(&b, srcs, intrin->num_components); in rename_variables() 599 assert(new_def->num_components == intrin->num_components); in rename_variables() 601 nir_phi_builder_value_set_block_def(node->pb_value, block, new_def); in rename_variables()
|
D | nir_opt_copy_propagate.c | 168 nir_ssa_def *new_def = alu_instr->src[src->swizzle[i]].src.ssa; in copy_prop_alu_src() local 170 def = new_def; in copy_prop_alu_src() 172 if (def != new_def) in copy_prop_alu_src()
|
D | nir_instr_set.c | 515 nir_ssa_def *new_def = nir_instr_get_dest_ssa_def(match); in nir_instr_set_add_or_rewrite() local 525 nir_ssa_def_rewrite_uses(def, nir_src_for_ssa(new_def)); in nir_instr_set_add_or_rewrite()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 82 Instruction* new_def = GetOrBuildIncoming(bb->id()); in RewriteUse() local 84 user->SetOperand(operand_index, {new_def->result_id()}); in RewriteUse()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_utils.cpp | 82 Instruction* new_def = GetOrBuildIncoming(bb->id()); in RewriteUse() local 84 user->SetOperand(operand_index, {new_def->result_id()}); in RewriteUse()
|
/external/u-boot/scripts/kconfig/ |
D | gconf.c | 785 const char *old_def, *new_def; in renderer_edited() local 796 new_def = new_text; in renderer_edited() 798 sym_set_string_value(sym, new_def); in renderer_edited()
|