/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_computation.cc | 213 HloInstruction* new_instr = in RemoveParameter() local 266 HloInstruction* new_instr = AddInstructionInternal( in RemoveUnusedParametersImpl() local 1233 const HloInstruction* new_instr = replace(instr.get()); in CloneWithReplacements() local 1279 std::unique_ptr<HloInstruction> new_instr = in CloneWithReplacements() local 1302 HloInstruction* new_instr = context->GetInstruction(instr); in CloneWithReplacements() local
|
H A D | change_op_data_type.cc | 46 HloInstruction* new_instr = comp->AddInstruction( in Run() local
|
H A D | space_to_batch_converter.cc | 1003 auto new_instr = old_to_new_instrs_[old_producer]; in CanPropagate() local 1044 auto new_instr = old_to_new_instrs_[consumer->mutable_operand(i)]; in CanPropagate() local 1798 HloInstruction* new_instr = in Propagate() local 2287 HloInstruction* new_instr, HloInstruction* old_instr, in SelectValidPortion() 2381 auto new_instr = old_to_new_instrs_[old_instr]; in BatchToSpace() local
|
H A D | while_loop_constant_sinking.cc | 31 HloInstruction* new_instr, in ReplaceUsesWhileKeepingLoopInvariance()
|
H A D | convert_mover.cc | 140 HloInstruction* new_instr = comp->AddInstruction( in MoveConvertPrecisionOps() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | intel_nir_lower_non_uniform_resource_intel.c | 126 nir_instr *new_instr = in intel_nir_lower_non_uniform_intrinsic() local 160 nir_instr *new_instr = in intel_nir_lower_non_uniform_tex() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 841 Instruction* new_instr = create_instruction( in smem_combine() local 2251 Instruction* new_instr = create_instruction(opcode, Format::VOP3, 3, 1); in create_vop3_for_op3() local 2646 aco_ptr<Instruction> new_instr; in combine_add_sub_b2i() local 2694 aco_ptr<Instruction> new_instr{ in combine_add_bcnt() local 3186 aco_ptr<Instruction> new_instr; in combine_and_subbrev() local 3240 Instruction* new_instr = create_instruction(aco_opcode::v_bfi_b32, Format::VOP3, 3, 1); in combine_v_andor_not() local 3310 aco_ptr<Instruction> new_instr{create_instruction(mad_op, Format::VOP3, 3, 1)}; in combine_add_lshl() local 4043 aco_ptr<Instruction> new_instr{ in combine_instruction() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_cse.c | 31 dominates(const nir_instr *old_instr, const nir_instr *new_instr) in dominates()
|
H A D | nir_lower_atomics_to_ssbo.c | 102 nir_intrinsic_instr *new_instr = in lower_instr() local
|
H A D | nir_opt_constant_folding.c | 192 nir_intrinsic_instr *new_instr = in try_fold_intrinsic() local
|
H A D | nir_opt_vectorize.c | 568 nir_instr *new_instr = instr_try_combine(instr_set, old_instr, instr); in vec_instr_set_add_or_rewrite() local
|
H A D | nir_search.c | 641 nir_algebraic_update_automaton(nir_instr *new_instr, in nir_algebraic_update_automaton()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/ |
H A D | disassembly.rs | 181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/ |
H A D | disassembly.rs | 181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/ |
H A D | disassembly.rs | 181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
|
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/ |
H A D | parser.y | 56 new_instr(afuc_opc opc) in new_instr() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/ |
H A D | disassembly.rs | 181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-test/src/ |
H A D | disassembly.rs | 181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 880 struct ir3_instruction *new_instr = ir3_instr_clone(orig_instr); in split_instr() local 1183 struct ir3_instruction *new_instr = NULL; in sched_block() local
|
H A D | ir3_parser.y | 103 static struct ir3_instruction * new_instr(opc_t opc) in new_instr() function
|
H A D | ir3.c | 702 struct ir3_instruction *new_instr = instr_create( in ir3_instr_clone() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | cudnn_pad_for_convolutions.cc | 91 auto add = [&](std::unique_ptr<HloInstruction> new_instr) { in PadConv()
|
H A D | horizontal_loop_fusion.cc | 384 HloInstruction* new_instr = comp->AddInstruction( in CreateFusedComputation() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.cpp | 174 Instr::replace_required_instr(Instr *old_instr, Instr *new_instr) in replace_required_instr()
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 232 void SetInstructionBits(Instr new_instr) { in SetInstructionBits()
|