Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp84 if (LHSSrc->getNumTypes() != 0 && RHSSrc->getNumTypes() != 0 && in operator ()()
DCodeGenDAGPatterns.cpp752 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
1095 return PFRec->getOnlyTree()->getNumTypes(); in GetNumNodeResults()
1199 New = new TreePatternNode(getLeafValue(), getNumTypes()); in clone()
1205 New = new TreePatternNode(getOperator(), CChildren, getNumTypes()); in clone()
1544 assert(getNumTypes() == 0 && "Set doesn't produce a value"); in ApplyTypeConstraints()
1563 assert(getNumTypes() == 0 && "Node doesn't produce a value"); in ApplyTypeConstraints()
1595 assert(getChild(i+1)->getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints()
1649 assert(getChild(0)->getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints()
1911 assert(New->getNumTypes() == 1 && "FIXME: Unhandled"); in ParseTreePattern()
2069 assert(Nodes[i]->getNumTypes() == 1 && in InferAllTypes()
[all …]
DFastISelEmitter.cpp229 if (!Op->getPredicateFns().empty() || Op->getNumTypes() != 1) in initialize()
491 if (InstPatNode->getNumTypes() > 1) continue; in collectPatterns()
496 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getType(0); in collectPatterns()
499 assert(InstPatNode->getChild(0)->getNumTypes() == 1); in collectPatterns()
DDAGISelMatcherGen.cpp426 for (unsigned i = 0, e = NodeNoTypes->getNumTypes(); i != e; ++i) { in EmitMatchCode()
798 for (unsigned i = 0, e = N->getNumTypes(); i != e; ++i) in EmitResultInstructionAsOperand()
923 unsigned NumSrcResults = Pattern.getSrcPattern()->getNumTypes(); in EmitResultCode()
DCodeGenDAGPatterns.h344 unsigned getNumTypes() const { return Types.size(); } in getNumTypes() function