Home
last modified time | relevance | path

Searched defs:ReplaceInput (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc184 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) { in ReplaceInput() function in art::x86::PCRelativeHandlerVisitor
H A Dnodes.cc1213 void HEnvironment::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() function in art::HEnvironment
1515 void HInstruction::ReplaceInput(HInstruction* replacement, size_t index) { in ReplaceInput() function in art::HInstruction
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel.cc220 absl::Status GraphFloat32::ReplaceInput(NodeId node, ValueId old_value, in ReplaceInput() function in tflite::gpu::GraphFloat32
H A Dmodel_test.cc108 TEST(Model, ReplaceInput) { in TEST() argument