Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp175 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.cpp190 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go600 func (md Metadata) ReplaceAllUsesWith(new Metadata) { func
Dir.go675 func (v Value) ReplaceAllUsesWith(nv Value) { C.LLVMReplaceAllUsesWith(v.C, nv.C) } func
/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5257 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To, in ReplaceAllUsesWith() function in SelectionDAG
5301 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To, in ReplaceAllUsesWith() function in SelectionDAG
5345 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, in ReplaceAllUsesWith() function in SelectionDAG
/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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1948 Status HloInstruction::ReplaceAllUsesWith(HloInstruction* new_producer) { in ReplaceAllUsesWith() function in xla::HloInstruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7578 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() function in SelectionDAG
7629 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { in ReplaceAllUsesWith() function in SelectionDAG
7685 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { in ReplaceAllUsesWith() function in SelectionDAG