Home
last modified time | relevance | path

Searched defs:new_instr (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc213 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 Dchange_op_data_type.cc46 HloInstruction* new_instr = comp->AddInstruction( in Run() local
H A Dspace_to_batch_converter.cc1003 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 Dwhile_loop_constant_sinking.cc31 HloInstruction* new_instr, in ReplaceUsesWhileKeepingLoopInvariance()
H A Dconvert_mover.cc140 HloInstruction* new_instr = comp->AddInstruction( in MoveConvertPrecisionOps() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dintel_nir_lower_non_uniform_resource_intel.c126 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 Daco_optimizer.cpp841 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 Dnir_opt_cse.c31 dominates(const nir_instr *old_instr, const nir_instr *new_instr) in dominates()
H A Dnir_lower_atomics_to_ssbo.c102 nir_intrinsic_instr *new_instr = in lower_instr() local
H A Dnir_opt_constant_folding.c192 nir_intrinsic_instr *new_instr = in try_fold_intrinsic() local
H A Dnir_opt_vectorize.c568 nir_instr *new_instr = instr_try_combine(instr_set, old_instr, instr); in vec_instr_set_add_or_rewrite() local
H A Dnir_search.c641 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 Ddisassembly.rs181 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 Ddisassembly.rs181 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 Ddisassembly.rs181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/
H A Dparser.y56 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 Ddisassembly.rs181 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 Ddisassembly.rs181 let new_instr = format!("{}{}{}", &instr[..1], "xtl", &instr[5..]); in parse() localVariable
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c880 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 Dir3_parser.y103 static struct ir3_instruction * new_instr(opc_t opc) in new_instr() function
H A Dir3.c702 struct ir3_instruction *new_instr = instr_create( in ir3_instr_clone() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_pad_for_convolutions.cc91 auto add = [&](std::unique_ptr<HloInstruction> new_instr) { in PadConv()
H A Dhorizontal_loop_fusion.cc384 HloInstruction* new_instr = comp->AddInstruction( in CreateFusedComputation() local
/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()
/aosp_15_r20/external/vixl/src/aarch64/
H A Dinstructions-aarch64.h232 void SetInstructionBits(Instr new_instr) { in SetInstructionBits()

12