• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/

Lines Matching refs:getChild

1389     const TreePatternNode *Child = P->getChild(i);
1528 return N->getChild(OpNo);
1681 if (getChild(i)->ContainsUnresolvedType(TP))
1855 getChild(0)->print(OS);
1858 getChild(i)->print(OS);
1911 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars))
1926 CChildren.push_back(getChild(i)->clone());
1944 getChild(i)->RemoveAllTypes();
1955 TreePatternNode *Child = getChild(i);
1971 getChild(i)->SubstituteFormalArguments(ArgMap);
2240 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue();
2315 if (getChild(i)->TreeHasProperty(Property, CGP))
2426 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP);
2429 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
2432 assert(getChild(i+1)->getNumTypes() == 1 && "Unhandled case");
2433 MadeChange |= getChild(i+1)->UpdateNodeType(0, OpVT, TP);
2451 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2487 assert(getChild(0)->getNumTypes() == 1 && "FIXME: Unhandled");
2488 MadeChange |= UpdateNodeType(0, getChild(0)->getExtType(0), TP);
2489 MadeChange |= getChild(0)->UpdateNodeType(0, getExtType(0), TP);
2505 if (!isOperandClass(getChild(0), "RegisterClass")) {
2511 TreePatternNode *SubIdxChild = getChild(I + 1);
2551 TreePatternNode *Child = getChild(ChildNo++);
2575 Child = getChild(ChildNo++);
2598 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2606 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2620 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters);
2645 if (!getChild(i)->canPatternMatch(Reason, CDP))
2665 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) {
2668 if (OnlyOnRHSOfCommutative(getChild(i))) {
2722 ComputeNamedNodes(N->getChild(i));
2920 N->getExtType(0) == N->getChild(0)->getExtType(0) &&
3343 TreePatternNode *Dest = Pat->getChild(i);
3359 if (Pat->getChild(i)->getNumTypes() == 0)
3453 if (N->getNumChildren() != 1 || !N->getChild(0)->isLeaf())
3480 AnalyzeNode(N->getChild(i));
3605 getInstructionsInTree(Tree->getChild(i), Instrs);
3789 SrcPattern = Pattern->getChild(Pattern->getNumChildren()-1)->clone();
3882 FindNames(P->getChild(i), Names, PatternTop);
4084 if (ForceArbitraryInstResultType(N->getChild(i), TP))
4258 collectModes(Modes, N->getChild(i));
4348 FindDepVarsOf(N->getChild(i), DepMap);
4472 if (N->getChild(0)->isLeaf() || N->getChild(0)->getOperator() != Operator)
4477 if (N->getChild(1)->isLeaf() || N->getChild(1)->getOperator() != Operator)
4568 TreePatternNode *Child = N->getChild(i);