Home
last modified time | relevance | path

Searched defs:ReplaceNode (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dtpu_embedding_rewrite_pass_utils.cc32 Status ReplaceNode(const NodeDef& to_def, Node* from, Node** to, Graph* graph) { in ReplaceNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSCCIterator.h134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSCCIterator.h139 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSCCIterator.h140 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSCCIterator.h140 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSCCIterator.h140 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSCCIterator.h140 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() function
/aosp_15_r20/external/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp527 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode() function in CallGraphSCC
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp547 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode() function in CallGraphSCC
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h206 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp584 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode() function in CallGraphSCC
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h228 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h234 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp206 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode() function in __anon64cff6c80111::SelectionDAGLegalize
219 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode() function in __anon64cff6c80111::SelectionDAGLegalize
229 void ReplaceNode(SDNode *Old, const SDValue *New) { in ReplaceNode() function in __anon64cff6c80111::SelectionDAGLegalize
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp173 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode() function in __anonc32df8260111::SelectionDAGLegalize
185 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode() function in __anonc32df8260111::SelectionDAGLegalize
194 void ReplaceNode(SDNode *Old, const SDValue *New) { in ReplaceNode() function in __anonc32df8260111::SelectionDAGLegalize
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp205 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode() function in __anon7769dace0111::SelectionDAGLegalize
218 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode() function in __anon7769dace0111::SelectionDAGLegalize
228 void ReplaceNode(SDNode *Old, const SDValue *New) { in ReplaceNode() function in __anon7769dace0111::SelectionDAGLegalize
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAGISel.h341 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAGISel.h365 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAGISel.h365 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAGISel.h365 void ReplaceNode(SDNode *F, SDNode *T) { in ReplaceNode() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.cc885 StatusOr<Node*> ReplaceNode(Graph* g, Node* n, const NodeDef& node_def) { in ReplaceNode() function