Searched defs:old_instruction (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_computation.cc | 183 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 D | hlo_clone_context.h | 44 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 D | hlo_schedule.h | 65 void replace_instruction(HloInstruction* old_instruction, in replace_instruction() 166 HloInstruction* old_instruction, in replace_instruction()
|
H A D | dfs_hlo_visitor_with_default.h | 319 HloInstruction* old_instruction, in ReplaceWithNewInstruction() 333 StatusOr<bool> ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction() 346 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction()
|
H A D | while_loop_invariant_code_motion.cc | 62 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
H A D | while_loop_expensive_invariant_code_motion.cc | 76 HloInstruction* old_instruction = frame->instruction; in CreateLoopInvariantCopy() local
|
H A D | algebraic_simplifier.cc | 642 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 D | hlo_extractor.cc | 88 for (auto old_instruction : computation->MakeInstructionPostOrder()) { in FinishVisit() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | superblock_cloner.cc | 599 HInstruction* user, HInstruction* old_instruction, HInstruction* replacement) { in UpdateInductionRangeInfoOf()
|
H A D | inliner.cc | 1022 static void MaybeReplaceAndRemove(HInstruction* new_instruction, HInstruction* old_instruction) { in MaybeReplaceAndRemove()
|