Searched defs:NodeId (Results 1 – 9 of 9) sorted by relevance
25 struct NodeId { struct32 NodeId() : Id(InvalidNodeId) {} in NodeId() function33 NodeId(int Id) : Id(Id) {} in NodeId() function41 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument42 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() argument
31 using NodeId = typename GraphT::NodeId; in applyR1() local75 using NodeId = typename GraphT::NodeId; in applyR2() local181 using NodeId = GraphBase::NodeId; in backpropagate() local
280 using NodeId = GraphBase::NodeId; variable430 using NodeId = GraphBase::NodeId; in reduce() local
260 using NodeId = uint32_t; variable
182 uint32_t NodeId; /* F-NUMA node that contains the device */ member217 uint32_t NodeId; member
533 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
313 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
399 int NodeId = User->getNodeId(); in run() local
1769 UINT16 NodeId; global() member