Home
last modified time | relevance | path

Searched defs:ReplaceAllUsesWith (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp253 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp255 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dir_context.cpp306 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/external/llvm/bindings/go/llvm/
Dir.go642 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) } func
1852 func (md Metadata) ReplaceAllUsesWith(new Metadata) { func
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6272 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() function in SelectionDAG
6322 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { in ReplaceAllUsesWith() function in SelectionDAG
6376 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { in ReplaceAllUsesWith() function in SelectionDAG
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8304 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() function in SelectionDAG
8355 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { in ReplaceAllUsesWith() function in SelectionDAG
8411 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { in ReplaceAllUsesWith() function in SelectionDAG
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc2739 Status HloInstruction::ReplaceAllUsesWith(HloInstruction* new_producer) { in ReplaceAllUsesWith() function in xla::HloInstruction