Home
last modified time | relevance | path

Searched refs:setNumChildren (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp411 SM->setNumChildren(SM->getNumChildren()+1); in FactorNodes()
439 Scope->setNumChildren(NewOptionsToMatch.size()); in FactorNodes()
DDAGISelMatcher.h202 void setNumChildren(unsigned NC) { in setNumChildren() function
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp425 SM->setNumChildren(SM->getNumChildren()+1); in FactorNodes()
461 Scope->setNumChildren(NewOptionsToMatch.size()); in FactorNodes()
DDAGISelMatcher.h213 void setNumChildren(unsigned NC) { in setNumChildren() function
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h140 void setNumChildren(unsigned Num) { Children.resize(Num); } in setNumChildren() function
DGIMatchTree.cpp343 TreeNode->setNumChildren(Partitioner->getNumPartitions()); in runStep()