Home
last modified time | relevance | path

Searched defs:NodeId (Results 1 – 15 of 15) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/
DNodeId.java31 public final class NodeId { class
49 private NodeId(Key<?> key, NodeType nodeType) { in NodeId() method in NodeId
DAbstractInjectorGrapher.java139 private void createNodes(Iterable<Node> nodes, Map<NodeId, NodeId> aliases) throws IOException { in createNodes()
158 private void createEdges(Iterable<Edge> edges, Map<NodeId, NodeId> aliases) throws IOException { in createEdges()
172 private NodeId resolveAlias(Map<NodeId, NodeId> aliases, NodeId nodeId) { in resolveAlias()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h30 typedef typename GraphT::NodeId NodeId; in applyR1() typedef
74 typedef typename GraphT::NodeId NodeId; in applyR2() typedef
180 typedef GraphBase::NodeId NodeId; in backpropagate() typedef
DGraph.h30 typedef unsigned NodeId; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h31 using NodeId = typename GraphT::NodeId; in applyR1() local
75 using NodeId = typename GraphT::NodeId; in applyR2() local
181 using NodeId = GraphBase::NodeId; in backpropagate() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DNodeId.java21 public enum NodeId { enum
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dservice.h37 typedef int NodeId; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h41 using NodeId = uint32_t; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h278 using NodeId = GraphBase::NodeId; variable
428 using NodeId = GraphBase::NodeId; in reduce() local
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h339 typedef GraphBase::NodeId NodeId; typedef
494 typedef GraphBase::NodeId NodeId; in reduce() typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp419 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp382 int NodeId = User->getNodeId(); in run() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp366 int NodeId = User->getNodeId(); in run() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h226 typedef uint32_t NodeId; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h260 using NodeId = uint32_t; variable