Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp845 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
850 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
851 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
854 return 2 + MN->getNumNodes(); in EmitMatcher()
/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.h937 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function