Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_get_dimension_size_rewriter.cc50 HloInstruction* new_instr = computation->AddInstruction( in ReplaceGetSize() local
Dwhile_loop_constant_sinking.cc29 HloInstruction* old_instr, HloInstruction* new_instr, in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_computation.cc157 HloInstruction* new_instr = in RemoveParameter() local
183 HloInstruction* new_instr = AddInstructionInternal( in RemoveUnusedParameters() local
966 HloInstruction* new_instr = replace(instr.get()); in CloneWithReplacements() local
1025 HloInstruction* new_instr = context->GetInstruction(instr); in CloneWithReplacements() local
Dhlo_instructions.cc1503 HloInstruction* new_instr = parent()->AddInstruction( in CloneAndFuseInternal() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_atomics.c101 nir_intrinsic_instr *new_instr = nir_intrinsic_instr_create(mem_ctx, op); in lower_instr() local
Dnir_lower_atomics_to_ssbo.c108 nir_intrinsic_instr *new_instr = in lower_instr() local
Dnir_opt_constant_folding.c99 nir_load_const_instr *new_instr = in constant_fold_alu_instr() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_pad_for_tensor_cores.cc89 auto add = [&](std::unique_ptr<HloInstruction> new_instr) { in PadConv()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_sched.c553 struct ir3_instruction *new_instr = NULL; in sched_block() local
Dir3.c797 struct ir3_instruction *new_instr = instr_create(instr->block, in ir3_instr_clone() local
/external/v8/src/arm64/
Dinstructions-arm64.h85 V8_INLINE void SetInstructionBits(Instr new_instr) { in SetInstructionBits()
/external/vixl/src/aarch64/
Dinstructions-aarch64.h163 void SetInstructionBits(Instr new_instr) { in SetInstructionBits()