/external/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
D | ASTDiffInternal.h | 25 struct NodeId { struct 32 NodeId() : Id(InvalidNodeId) {} in NodeId() argument 33 NodeId(int Id) : Id(Id) {} in NodeId() function 41 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument 42 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() argument
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/ |
D | NodeId.java | 31 public final class NodeId { class 49 private NodeId(Key<?> key, NodeType nodeType) { in NodeId() method in NodeId
|
D | AbstractInjectorGrapher.java | 139 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-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 31 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/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 31 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/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 30 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
|
D | Graph.h | 30 typedef unsigned NodeId; typedef
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/ |
D | NodeId.java | 21 public enum NodeId { enum
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/ |
D | service.h | 30 typedef int NodeId; typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model.h | 41 using NodeId = uint32_t; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 280 using NodeId = GraphBase::NodeId; variable 430 using NodeId = GraphBase::NodeId; in reduce() local
|
D | RDFGraph.h | 260 using NodeId = uint32_t; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 278 using NodeId = GraphBase::NodeId; variable 428 using NodeId = GraphBase::NodeId; in reduce() local
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 339 typedef GraphBase::NodeId NodeId; typedef 494 typedef GraphBase::NodeId NodeId; in reduce() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 419 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
|
/external/llvm-project/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 498 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | RewriteRule.cpp | 308 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 382 int NodeId = User->getNodeId(); in run() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 402 int NodeId = User->getNodeId(); in run() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 366 int NodeId = User->getNodeId(); in run() local
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 226 typedef uint32_t NodeId; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 260 using NodeId = uint32_t; variable
|