Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp511 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
516 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
517 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
520 return 2+MN->getNumNodes(); in EmitMatcher()
DDAGISelMatcher.h850 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp705 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) { in EmitMatcher()
710 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
711 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
714 return 2+MN->getNumNodes(); in EmitMatcher()
DDAGISelMatcher.h918 unsigned getNumNodes() const { return ChainNodes.size(); } in getNumNodes() function
/external/swiftshader/third_party/subzero/src/
DIceLiveness.cpp42 SizeT NumNodes = Func->getNumNodes(); in initInternal()
DIceCfg.h94 SizeT getNumNodes() const { return Nodes.size(); } in getNumNodes() function
DIceCfg.cpp107 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I) in swapNodes()
248 SizeT NumNodes = getNumNodes(); in computeInOutEdges()
328 SizeT NumNodes = getNumNodes(); in advancedPhiLowering()
434 assert(getNumNodes() == Reordered.size()); in reorderNodes()
DIceTargetLowering.cpp797 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in getVarStackSlotParams()
902 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
DPNaClTranslator.cpp1484 if (Index >= Func->getNumNodes()) { in getBasicBlock()
1488 << " not found. Must be less than " << Func->getNumNodes(); in getBasicBlock()
2963 if (Index >= getFunctionParser()->getFunc()->getNumNodes()) { in setBbName()
DIceTargetLoweringMIPS32.cpp122 CfgVector<size_t> LocalsSize(Func->getNumNodes()); in assignVarStackSlots()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h463 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h456 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DGraph.h456 unsigned getNumNodes() const { return NodeIdSet(*this).size(); } in getNumNodes() function