Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h25 struct NodeId { struct
32 NodeId() : Id(InvalidNodeId) {} in NodeId() function
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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h280 using NodeId = GraphBase::NodeId; variable
430 using NodeId = GraphBase::NodeId; in reduce() local
H A DRDFGraph.h260 using NodeId = uint32_t; variable
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_dbgmgr.h182 uint32_t NodeId; /* F-NUMA node that contains the device */ member
217 uint32_t NodeId; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp533 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp313 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp399 int NodeId = User->getNodeId(); in run() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl2.h1769 UINT16 NodeId; global() member