Home
last modified time | relevance | path

Searched refs:getNumNodes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp895 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
900 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
901 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
904 return 2 + MN->getNumNodes(); in EmitMatcher()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp322 unsigned getNumNodes() const { return Nodes.size(); } in getNumNodes() function in llvm::__anon00e757230111::SplitGraph
683 if (createNodesBitVector().size() != getNumNodes()) { in verifyGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h456 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h952 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function