HomeSort by: relevance | last modified time | path
    Searched defs:NodeId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
ASTDiffInternal.h 25 struct NodeId {
32 NodeId() : Id(InvalidNodeId) {}
33 NodeId(int Id) : Id(Id) {}
36 NodeId &operator++() { return ++Id, *this; }
37 NodeId &operator--() { return --Id, *this; }
38 // Support defining iterators on NodeId.
39 NodeId &operator*() { return *this; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 207 // Walk all nodes in the graph, assigning them a NodeId of 'ReadyToProcess'
365 // Recompute the NodeId and correct processed operands, adding the node to
399 int NodeId = User->getNodeId();
403 if (NodeId > 0) {
404 User->setNodeId(NodeId-1);
407 if (NodeId-1 == ReadyToProcess)
415 if (NodeId == NewNode)
419 // became ready. Its new NodeId is the number of operands it has minus 1
421 assert(NodeId == Unanalyzed && "Unknown node ID!");
492 /// NodeId. If the node itself changes to a processed node, it is not remapped
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgmgr.h 182 uint32_t NodeId; /* F-NUMA node that contains the device */
217 uint32_t NodeId;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 577 int NodeId = -1;
699 int getNodeId() const { return NodeId; }
702 void setNodeId(int Id) { NodeId = Id; }
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 2302 UINT16 NodeId;

Completed in 21 milliseconds