Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dir_context.cpp253 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_context.cpp251 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp251 bool IRContext::ReplaceAllUsesWith(uint32_t before, uint32_t after) { in ReplaceAllUsesWith() function in spvtools::opt::IRContext
/third_party/skia/third_party/externals/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