Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1470 if (!Child->isLeaf() && Child->getNumTypes()) { in getPatternSize()
1899 NumResults = std::max(NumResults, T->getNumTypes()); in GetNumNodeResults()
2037 getNumTypes()); in clone()
2146 for (unsigned i = 0, e = getNumTypes(); i != e; ++i) in InlinePatternFragments()
2933 if (New->getNumTypes() != 1) in ParseTreePattern()
3130 assert(Node->getNumTypes() == 1 && in InferAllTypes()
3131 InNodes[0]->getNumTypes() == 1 && in InferAllTypes()
3143 assert(N1->getNumTypes() == 1 && N2->getNumTypes() == 1 && in InferAllTypes()
3506 if (Pat->getChild(i)->getNumTypes() == 0) in FindPatternInputsAndOutputs()
3805 if (Pat->getNumTypes() != 0) { in parseInstructionPattern()
[all …]
H A DFastISelEmitter.cpp238 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()
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.cpp5048 if (N->getNumTypes() != 1) in inferRegClassFromPattern()
5076 assert(Child0->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()
5081 assert(N->getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()