Searched refs:getNumTypes (Results 1 – 6 of 6) sorted by relevance
86 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()()87 MVT RHSVT = RT->getNumTypes() != 0 ? RT->getSimpleType(0) : MVT::Other; in operator ()()
1415 if (!Child->isLeaf() && Child->getNumTypes()) { in getPatternSize()1841 NumResults = std::max(NumResults, T->getNumTypes()); in GetNumNodeResults()1972 New = std::make_shared<TreePatternNode>(getLeafValue(), getNumTypes()); in clone()1979 getNumTypes()); in clone()2081 getOperator(), std::move(NewChildren), getNumTypes()); in InlinePatternFragments()2088 for (unsigned i = 0, e = getNumTypes(); i != e; ++i) in InlinePatternFragments()2153 for (unsigned i = 0, e = FragTree->getNumTypes(); i != e; ++i) in InlinePatternFragments()2486 assert(getChild(i+1)->getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints()2541 assert(getChild(0)->getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints()2856 assert(New->getNumTypes() == 1 && "FIXME: Unhandled"); in ParseTreePattern()[all …]
238 if (!Op->getPredicateCalls().empty() || Op->getNumTypes() != 1) in initialize()514 if (InstPatNode->getNumTypes() > 1) continue; in collectPatterns()519 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getSimpleType(0); in collectPatterns()522 assert(InstPatNode->getChild(0)->getNumTypes() == 1); in collectPatterns()
511 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) { in EmitMatchCode()912 for (unsigned i = 0, e = N->getNumTypes(); i != e; ++i) in EmitResultInstructionAsOperand()1054 unsigned NumSrcResults = Pattern.getSrcPattern()->getNumTypes(); in EmitResultCode()
693 unsigned getNumTypes() const { return Types.size(); } in getNumTypes() function
4990 if (N->getNumTypes() != 1) in inferRegClassFromPattern()5018 assert(Child0->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()5023 assert(N->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()