Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/ASTDiff/
DASTDiffInternal.h25 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/
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-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/llvm-project/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/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/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dservice.h30 typedef int NodeId; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h41 using NodeId = uint32_t; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h280 using NodeId = GraphBase::NodeId; variable
430 using NodeId = GraphBase::NodeId; in reduce() local
DRDFGraph.h260 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/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp498 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp308 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp382 int NodeId = User->getNodeId(); in run() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp402 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