Home
last modified time | relevance | path

Searched defs:NodeId (Results 1 – 18 of 18) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h32 using NodeId = typename GraphT::NodeId; in applyR1() local
76 using NodeId = typename GraphT::NodeId; in applyR2() local
182 using NodeId = GraphBase::NodeId; in backpropagate() local
/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/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DNodeId.java21 public enum NodeId { enum
/external/v8/src/compiler/
Dgraph.h33 typedef uint32_t NodeId; typedef
Dgraph-reducer.h24 typedef uint32_t NodeId; typedef
Dmemory-optimizer.h26 typedef uint32_t NodeId; typedef
Dnode.h31 typedef uint32_t NodeId; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h279 using NodeId = GraphBase::NodeId; variable
429 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-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp238 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp391 int NodeId = User->getNodeId(); in run() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp366 int NodeId = User->getNodeId(); in run() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp358 int NodeId = User->getNodeId(); in run() local
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h226 typedef uint32_t NodeId; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h261 using NodeId = uint32_t; variable