Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp87 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()()
88 MVT RHSVT = RT->getNumTypes() != 0 ? RT->getSimpleType(0) : MVT::Other; in operator ()()
H A DCodeGenDAGPatterns.cpp1468 if (!Child->isLeaf() && Child->getNumTypes()) { in getPatternSize()
1897 NumResults = std::max(NumResults, T->getNumTypes()); in GetNumNodeResults()
2028 New = std::make_shared<TreePatternNode>(getLeafValue(), getNumTypes()); in clone()
2035 getNumTypes()); in clone()
2137 getOperator(), std::move(NewChildren), getNumTypes()); in InlinePatternFragments()
2144 for (unsigned i = 0, e = getNumTypes(); i != e; ++i) in InlinePatternFragments()
2209 for (unsigned i = 0, e = FragTree->getNumTypes(); i != e; ++i) in InlinePatternFragments()
2544 assert(getChild(i+1)->getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints()
2599 assert(getChild(0)->getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints()
2931 if (New->getNumTypes() != 1) in ParseTreePattern()
[all …]
H A DFastISelEmitter.cpp238 if (!Op->getPredicateCalls().empty() || Op->getNumTypes() != 1) in initialize()
509 if (InstPatNode->getNumTypes() > 1) continue; in collectPatterns()
514 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getSimpleType(0); in collectPatterns()
517 assert(InstPatNode->getChild(0)->getNumTypes() == 1); in collectPatterns()
H A DDAGISelMatcherGen.cpp512 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) { in EmitMatchCode()
913 for (unsigned i = 0, e = N->getNumTypes(); i != e; ++i) in EmitResultInstructionAsOperand()
1055 unsigned NumSrcResults = Pattern.getSrcPattern()->getNumTypes(); in EmitResultCode()
H A DCodeGenDAGPatterns.h701 unsigned getNumTypes() const { return Types.size(); } in getNumTypes() function
H A DGlobalISelEmitter.cpp5058 if (N->getNumTypes() != 1) in inferRegClassFromPattern()
5086 assert(Child0->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()
5091 assert(N->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()