/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_bit_size.c | 160 nir_def *new_src = nir_convert_to_bit_size(b, intrin->src[0].ssa, in lower_intrinsic_instr() local 214 nir_def *new_src = nir_convert_to_bit_size(b, intrin->src[0].ssa, in lower_intrinsic_instr() local 234 nir_def *new_src = nir_u2uN(b, src->src.ssa, bit_size); in lower_phi_instr() local
|
H A D | nir_lower_bool_to_bitsize.c | 72 nir_def *new_src = in make_sources_canonical() local 358 nir_def *new_src = in lower_phi_instr() local
|
H A D | nir_opt_phi_precision.c | 242 nir_def *new_src = nir_build_alu(b, op, old_src, NULL, NULL, NULL); in try_move_narrowing_dst() local 383 nir_def *new_src; in try_move_widening_src() local
|
H A D | nir_split_64bit_vec3_and_vec4.c | 250 nir_def *new_src = nir_channels(b, src->src.ssa, in split_phi() local
|
H A D | nir_opt_vectorize.c | 390 nir_def *new_src; in instr_try_combine_phi() local
|
H A D | nir.c | 1579 nir_def_rewrite_uses_src(nir_def *def, nir_src new_src) in nir_def_rewrite_uses_src()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | python_api.cc | 65 void UpdateEdge(TF_Graph* graph, TF_Output new_src, TF_Input dst, in UpdateEdge() 144 void AddWhileInputHack(TF_Graph* graph, TF_Output new_src, TF_Operation* dst, in AddWhileInputHack()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | byte_order.cpp | 429 std::vector<T> new_src; in complex_to_float() local 444 auto new_src = complex_to_float(src, len); in THP_encodeComplexFloatBuffer() local 460 auto new_src = complex_to_float(src, len); in THP_encodeComplexDoubleBuffer() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_peephole.cpp | 117 AluInstr::SrcValues new_src{alu->psrc(src_idx)}; in convert_to_mov() local 190 auto new_src = p->psrc(0); in apply_source_mods() local
|
H A D | sfn_instr_alu.cpp | 425 AluInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() 433 bool AluInstr::do_replace_source(PRegister old_src, PVirtualValue new_src) in do_replace_source() 453 bool AluInstr::replace_src(int i, PVirtualValue new_src, uint32_t to_set, in replace_src() 478 bool AluInstr::can_replace_source(PRegister old_src, PVirtualValue new_src) in can_replace_source()
|
H A D | sfn_instr_controlflow.cpp | 158 IfInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_instr_lds.cpp | 336 LDSAtomicInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_instr_alugroup.cpp | 279 bool AluGroup::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_instr_fetch.cpp | 122 FetchInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_instr.cpp | 158 Instr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_nir_lower_64bit.cpp | 1224 auto new_src = nir_vec(&b, srcs, comps); in combine_one_slot() local
|
H A D | sfn_instr_tex.cpp | 405 TexInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
|
H A D | sfn_optimizer.cpp | 533 PRegister new_src[4] = {0}; in propagate_to() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.cc | 685 Status Graph::UpdateEdge(Node* new_src, int new_src_index, Node* dst, in UpdateEdge() 702 Status Graph::AddWhileInputHack(Node* new_src, int new_src_index, Node* dst) { in AddWhileInputHack()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 165 static struct ir3_register * new_src(int num, unsigned flags) in new_src() function
|
H A D | ir3_lower_subgroups.c | 471 struct ir3_register *new_src = ir3_src_create(mov, 0, 0); in lower_instr() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | tf_session_wrapper.cc | 778 m.def("UpdateEdge", [](TF_Graph* graph, TF_Output new_src, TF_Input dst) { in PYBIND11_MODULE() 1151 [](TF_Graph* graph, TF_Output new_src, TF_Operation* dst) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | cuda_codegen.cpp | 534 ExprPtr new_src = v->src_value()->accept_mutator(this); in mutate() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 166 brw_reg *new_src; in resize_sources() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | tpu_functional_ops.cc | 245 const Node* new_src = edge->dst(); in FindHostToDeviceEdge() local
|