Home
last modified time | relevance | path

Searched defs:old_instruction (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc183 int64_t param_no, HloInstruction* old_instruction, in ReplaceEntryComputationParameter()
236 HloInstruction* old_instruction = param_instructions_[param_no]; in ReplaceParameter() local
942 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
949 HloInstruction* old_instruction, in ReplaceWithNewEntryComputationParameter()
956 HloInstruction* old_instruction, HloInstruction* new_instruction, in ReplaceInstruction()
966 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
976 HloInstruction* old_instruction, HloInstruction* new_instruction, in ReplaceInstructionWithDifferentShape()
1031 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionWithDifferentShape()
H A Dhlo_clone_context.h44 void MapInstruction(const HloInstruction* old_instruction, in MapInstruction()
56 HloInstruction* FindInstruction(const HloInstruction* old_instruction) const { in FindInstruction()
67 HloInstruction* GetInstruction(const HloInstruction* old_instruction) const { in GetInstruction()
H A Dhlo_schedule.h65 void replace_instruction(HloInstruction* old_instruction, in replace_instruction()
166 HloInstruction* old_instruction, in replace_instruction()
H A Ddfs_hlo_visitor_with_default.h319 HloInstruction* old_instruction, in ReplaceWithNewInstruction()
333 StatusOr<bool> ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
346 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
H A Dwhile_loop_invariant_code_motion.cc62 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
H A Dwhile_loop_expensive_invariant_code_motion.cc76 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
H A Dalgebraic_simplifier.cc642 HloInstruction* old_instruction, HloInstruction* new_instruction) { in ReplaceInstructionIfCompatible()
652 HloInstruction* old_instruction, in ReplaceInstructionIfCompatible()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_extractor.cc88 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local
/aosp_15_r20/art/compiler/optimizing/
H A Dsuperblock_cloner.cc599 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
H A Dinliner.cc1022 static void MaybeReplaceAndRemove(HInstruction* new_instruction, HInstruction* old_instruction) { in MaybeReplaceAndRemove()