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

Lines Matching refs:getChild

1392     const TreePatternNode *Child = P->getChild(i);
1531 return N->getChild(OpNo);
1684 if (getChild(i)->ContainsUnresolvedType(TP))
1858 getChild(0)->print(OS);
1861 getChild(i)->print(OS);
1914 if (!getChild(i)->isIsomorphicTo(N->getChild(i), DepVars))
1929 CChildren.push_back(getChild(i)->clone());
1947 getChild(i)->RemoveAllTypes();
1958 TreePatternNode *Child = getChild(i);
1974 getChild(i)->SubstituteFormalArguments(ArgMap);
2243 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue();
2318 if (getChild(i)->TreeHasProperty(Property, CGP))
2429 MadeChange |= getChild(0)->UpdateNodeType(0, MVT::iPTR, TP);
2432 MadeChange |= getChild(i+1)->ApplyTypeConstraints(TP, NotRegisters);
2435 assert(getChild(i+1)->getNumTypes() == 1 && "Unhandled case");
2436 MadeChange |= getChild(i+1)->UpdateNodeType(0, OpVT, TP);
2454 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2490 assert(getChild(0)->getNumTypes() == 1 && "FIXME: Unhandled");
2491 MadeChange |= UpdateNodeType(0, getChild(0)->getExtType(0), TP);
2492 MadeChange |= getChild(0)->UpdateNodeType(0, getExtType(0), TP);
2508 if (!isOperandClass(getChild(0), "RegisterClass")) {
2514 TreePatternNode *SubIdxChild = getChild(I + 1);
2558 TreePatternNode *Child = getChild(ChildNo++);
2582 Child = getChild(ChildNo++);
2605 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2613 MadeChange |= getChild(i)->ApplyTypeConstraints(TP, NotRegisters);
2627 bool MadeChange = getChild(0)->ApplyTypeConstraints(TP, NotRegisters);
2652 if (!getChild(i)->canPatternMatch(Reason, CDP))
2672 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) {
2675 if (OnlyOnRHSOfCommutative(getChild(i))) {
2729 ComputeNamedNodes(N->getChild(i));
2934 N->getExtType(0) == N->getChild(0)->getExtType(0) &&
3358 TreePatternNode *Dest = Pat->getChild(i);
3374 if (Pat->getChild(i)->getNumTypes() == 0)
3468 if (N->getNumChildren() != 1 || !N->getChild(0)->isLeaf())
3495 AnalyzeNode(N->getChild(i));
3620 getInstructionsInTree(Tree->getChild(i), Instrs);
3804 SrcPattern = Pattern->getChild(Pattern->getNumChildren()-1)->clone();
3897 FindNames(P->getChild(i), Names, PatternTop);
4099 if (ForceArbitraryInstResultType(N->getChild(i), TP))
4273 collectModes(Modes, N->getChild(i));
4363 FindDepVarsOf(N->getChild(i), DepMap);
4487 if (N->getChild(0)->isLeaf() || N->getChild(0)->getOperator() != Operator)
4492 if (N->getChild(1)->isLeaf() || N->getChild(1)->getOperator() != Operator)
4583 TreePatternNode *Child = N->getChild(i);