HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceAllUsesWith (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_simplifier.cc 96 TF_RETURN_IF_ERROR(instruction->ReplaceAllUsesWith(top_tuple));
115 TF_RETURN_IF_ERROR(instruction->ReplaceAllUsesWith(element_source));
hlo_cse.cc 81 TF_CHECK_OK(instruction->ReplaceAllUsesWith(match));
131 equivalent_instruction->ReplaceAllUsesWith(instruction));
defuser.cc 80 TF_RETURN_IF_ERROR(fusion_instruction->ReplaceAllUsesWith(
implicit_broadcast_remover.cc 90 TF_RETURN_IF_ERROR(hlo->ReplaceAllUsesWith(new_hlo));
bfloat16_conversion_folding.cc 70 TF_RETURN_IF_ERROR(user->ReplaceAllUsesWith(hlo));
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
def_use_manager.h 103 bool ReplaceAllUsesWith(uint32_t before, uint32_t after);
insert_extract_elim.cpp 79 (void)def_use_mgr_->ReplaceAllUsesWith(extId, replId);
unify_const_pass.cpp 157 def_use_mgr.ReplaceAllUsesWith(inst.result_id(), id);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_copy_insertion.cc 119 TF_RETURN_IF_ERROR(constant->ReplaceAllUsesWith(copy));
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 202 CurDAG->ReplaceAllUsesWith(F, T);
207 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGISel.h 212 CurDAG->ReplaceAllUsesWith(F, T);
217 CurDAG->ReplaceAllUsesWith(F, T);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 134 DAG.ReplaceAllUsesWith(N, New);

Completed in 1404 milliseconds

1 2 3 4