Home
last modified time | relevance | path

Searched defs:ReplaceInstruction (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddfs_hlo_visitor_with_default.h333 StatusOr<bool> ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction() function
346 Status ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction() function
H A Dhlo_computation.cc955 StatusOr<bool> HloComputation::ReplaceInstruction( in ReplaceInstruction() function in xla::HloComputation
966 Status HloComputation::ReplaceInstruction(HloInstruction* old_instruction, in ReplaceInstruction() function in xla::HloComputation
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dreplace_invalid_opc.cpp161 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dreplace_invalid_opc.cpp161 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dreplace_invalid_opc.cpp161 void ReplaceInvalidOpcodePass::ReplaceInstruction(Instruction* inst, in ReplaceInstruction() function in spvtools::opt::ReplaceInvalidOpcodePass
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dreplace_invalid_opc_test.cpp28 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dreplace_invalid_opc_test.cpp28 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dreplace_invalid_opc_test.cpp28 TEST_F(ReplaceInvalidOpcodeTest, ReplaceInstruction) { in TEST_F() argument
/aosp_15_r20/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp49 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anon94c1a96f0111::HexagonAsmBackend
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp50 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anona5e29d170111::HexagonAsmBackend
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp47 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() function in __anon4bd4df510111::HexagonAsmBackend
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp693 bool MicroMipsSizeReduce::ReplaceInstruction(MachineInstr *MI, in ReplaceInstruction() function in MicroMipsSizeReduce
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp693 bool MicroMipsSizeReduce::ReplaceInstruction(MachineInstr *MI, in ReplaceInstruction() function in MicroMipsSizeReduce
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc2020 void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction() function in art::BCEVisitor