HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceAllUsesWith (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
ir_context.cpp 175 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) {
ir_context.h 59 // or remove IR elements (e.g., KillDef, KillInst, ReplaceAllUsesWith).
375 bool ReplaceAllUsesWith(uint32_t before, uint32_t after);
    [all...]
loop_unswitch_pass.cpp 499 context_->ReplaceAllUsesWith(insn->result_id(),
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ir_context.cpp 190 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) {
upgrade_memory_model.cpp 631 context()->ReplaceAllUsesWith(ext_inst->result_id(), extract_0->result_id());
ir_context.h 59 // or remove IR elements (e.g., KillDef, KillInst, ReplaceAllUsesWith).
379 bool ReplaceAllUsesWith(uint32_t before, uint32_t after);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_module.cc 482 TF_CHECK_OK(output->ReplaceAllUsesWith(call));
hlo_instructions.cc     [all...]
hlo_instruction_test.cc 527 ASSERT_IS_OK(foo->ReplaceAllUsesWith(bar));
557 ASSERT_IS_OK(foo->ReplaceAllUsesWith(bar));
    [all...]
copy_insertion.cc     [all...]
hlo_instruction.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
dibuilder.go 600 func (md Metadata) ReplaceAllUsesWith(new Metadata) {
  /external/deqp-deps/SPIRV-Tools/source/link/
linker.cpp 748 linked_context.ReplaceAllUsesWith(linking_entry.imported_symbol.id,
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 715 DAG.ReplaceAllUsesWith(CallNode, SinkNode); // This may update Root
    [all...]
SelectionDAG.cpp 796 // If there was already an existing matching node, use ReplaceAllUsesWith
799 ReplaceAllUsesWith(N, Existing);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/link/
linker.cpp 748 linked_context.ReplaceAllUsesWith(linking_entry.imported_symbol.id,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 774 DAG.ReplaceAllUsesWith(CallNode, SinkNode); // This may update Root
    [all...]
SelectionDAG.cpp 892 // If there was already an existing matching node, use ReplaceAllUsesWith
895 ReplaceAllUsesWith(N, Existing);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]

Completed in 1463 milliseconds

1 2 34 5 6