Lines Matching refs:getChild

1629   return N.getChild(OpNo);  in getOperandNum()
2075 if (!getChild(i).isIsomorphicTo(N.getChild(i), DepVars)) in isIsomorphicTo()
2121 TreePatternNode &Child = getChild(i); in SubstituteFormalArguments()
2138 getChild(i).SubstituteFormalArguments(ArgMap); in SubstituteFormalArguments()
2412 unsigned IID = cast<IntInit>(getChild(0).getLeafValue())->getValue(); in getIntrinsicInfo()
2591 MadeChange |= getChild(0).UpdateNodeType(0, MVT::iPTR, TP); in ApplyTypeConstraints()
2594 MadeChange |= getChild(i + 1).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2598 assert(getChild(i + 1).getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints()
2599 MadeChange |= getChild(i + 1).UpdateNodeType(0, OpVT, TP); in ApplyTypeConstraints()
2653 assert(getChild(0).getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints()
2654 MadeChange |= UpdateNodeType(0, getChild(0).getExtType(0), TP); in ApplyTypeConstraints()
2655 MadeChange |= getChild(0).UpdateNodeType(0, getExtType(0), TP); in ApplyTypeConstraints()
2671 if (!isOperandClass(getChild(0), "RegisterClass")) { in ApplyTypeConstraints()
2677 TreePatternNode &SubIdxChild = getChild(I + 1); in ApplyTypeConstraints()
2722 TreePatternNode *Child = &getChild(ChildNo++); in ApplyTypeConstraints()
2745 Child = &getChild(ChildNo++); in ApplyTypeConstraints()
2806 bool MadeChange = getChild(0).ApplyTypeConstraints(TP, NotRegisters); in ApplyTypeConstraints()
2853 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren() - 1))) { in canPatternMatch()
2856 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()
3137 N->getExtType(0) == N->getChild(0).getExtType(0) && in SimplifyTree()
3538 if (Pat->getChild(i).getNumTypes() == 0) in FindPatternInputsAndOutputs()
3630 if (N.getNumChildren() != 1 || !N.getChild(0).isLeaf()) in IsNodeBitcast()
3991 SrcPattern = Pattern->getChild(Pattern->getNumChildren() - 1).clone(); in parseInstructionPattern()
4651 if (N->getChild(0).isLeaf() || N->getChild(0).getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
4656 if (N->getChild(1).isLeaf() || N->getChild(1).getOperator() != Operator) in GatherChildrenOfAssociativeOpcode()
4750 TreePatternNode &Child = N->getChild(i); in GenerateVariantsOf()