Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dnir_lower_dynamic_bo_access.c50 nir_intrinsic_instr *new_instr = nir_intrinsic_instr_create(b->shader, instr->intrinsic); in recursive_generate_bo_ssa_def() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_atomics_to_ssbo.c91 nir_intrinsic_instr *new_instr = in lower_instr() local
Dnir_opt_constant_folding.c207 nir_intrinsic_instr *new_instr = in try_fold_intrinsic() local
Dnir_opt_vectorize.c347 nir_instr *new_instr = instr_try_combine(nir, *stack_instr, instr, in vec_instr_stack_push() local
Dnir_search.c661 nir_algebraic_update_automaton(nir_instr *new_instr, in nir_algebraic_update_automaton()
/external/mesa3d/src/freedreno/afuc/
Dparser.y56 new_instr(int tok) in new_instr() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking.cc29 HloInstruction* old_instr, HloInstruction* new_instr, in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_computation.cc191 HloInstruction* new_instr = in RemoveParameter() local
226 HloInstruction* new_instr = AddInstructionInternal( in RemoveUnusedParametersImpl() local
1084 const HloInstruction* new_instr = replace(instr.get()); in CloneWithReplacements() local
1130 std::unique_ptr<HloInstruction> new_instr = in CloneWithReplacements() local
1148 HloInstruction* new_instr = context->GetInstruction(instr); in CloneWithReplacements() local
Dspace_to_batch_converter.cc860 auto new_instr = old_to_new_instrs_[old_producer]; in CanPropagate() local
900 auto new_instr = old_to_new_instrs_[consumer->mutable_operand(i)]; in CanPropagate() local
1580 HloInstruction* new_instr = in Propagate() local
2003 HloInstruction* new_instr, HloInstruction* old_instr, in SelectValidPortion()
2072 auto new_instr = old_to_new_instrs_[old_instr]; in BatchToSpace() local
Ddynamic_padder.cc185 HloInstruction* new_instr = computation->AddInstruction( in ReplaceGetSize() local
Ddynamic_dimension_inference.cc663 HloInstruction* new_instr = computation->AddInstruction( in HandleGetDimensionSize() local
Dhlo_instructions.cc1910 HloInstruction* new_instr = parent()->AddInstruction( in CloneAndFuseInternal() local
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1060 …SMEM_instruction *new_instr = create_instruction<SMEM_instruction>(smem->opcode, Format::SMEM, sme… in label_instruction() local
1693 Instruction *new_instr; in combine_ordering_test() local
1764 Instruction *new_instr; in combine_comparison_ordering() local
1883 Instruction *new_instr; in combine_constant_comparison_ordering() local
1932 Instruction *new_instr; in combine_inverse_comparison() local
2050 … VOP3A_instruction *new_instr = create_instruction<VOP3A_instruction>(opcode, Format::VOP3A, 3, 1); in create_vop3_for_op3() local
2270 aco_ptr<Instruction> new_instr; in combine_add_sub_b2i() local
2610 aco_ptr<Instruction> new_instr; in combine_and_subbrev() local
2841 …aco_ptr<VOP2_instruction> new_instr{create_instruction<VOP2_instruction>(aco_opcode::v_cndmask_b32… in combine_instruction() local
/external/mesa3d/src/freedreno/ir3/
Dir3_parser.y79 static struct ir3_instruction * new_instr(opc_t opc) in new_instr() function
Dir3_sched.c728 struct ir3_instruction *new_instr = ir3_instr_clone(orig_instr); in split_instr() local
1040 struct ir3_instruction *new_instr = NULL; in sched_block() local
Dir3.c1078 struct ir3_instruction *new_instr = instr_create(instr->block, in ir3_instr_clone() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_pad_for_convolutions.cc85 auto add = [&](std::unique_ptr<HloInstruction> new_instr) { in PadConv()
Dhorizontal_loop_fusion.cc376 HloInstruction* new_instr = comp->AddInstruction( in CreateFusedComputation() local
/external/vixl/src/aarch64/
Dinstructions-aarch64.h228 void SetInstructionBits(Instr new_instr) { in SetInstructionBits()