Searched refs:getNumTypes (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelEmitter.cpp | 91 MVT LHSVT = LT.getNumTypes() != 0 ? LT.getSimpleType(0) : MVT::Other; in operator ()() 92 MVT RHSVT = RT.getNumTypes() != 0 ? RT.getSimpleType(0) : MVT::Other; in operator ()()
|
H A D | FastISelEmitter.cpp | 252 if (!Op.getPredicateCalls().empty() || Op.getNumTypes() != 1) in initialize() 524 if (InstPatNode.getNumTypes() > 1) in collectPatterns() 530 if (InstPatNode.getNumTypes()) in collectPatterns() 534 assert(InstPatNode.getChild(0).getNumTypes() == 1); in collectPatterns()
|
H A D | DAGISelMatcherGen.cpp | 499 for (unsigned i = 0, e = NodeNoTypes.getNumTypes(); i != e; ++i) { in EmitMatchCode() 899 for (unsigned i = 0, e = N.getNumTypes(); i != e; ++i) in EmitResultInstructionAsOperand() 1039 unsigned NumSrcResults = Pattern.getSrcPattern().getNumTypes(); in EmitResultCode()
|
H A D | GlobalISelEmitter.cpp | 1814 if (N.getNumTypes() < 1) in inferRegClassFromPattern() 1840 assert(Child0.getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern() 1845 assert(N.getNumTypes() == 1 && "Unexpected number of types!"); in inferRegClassFromPattern()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.cpp | 1455 if (!Child.isLeaf() && Child.getNumTypes()) { in getPatternSize() 1872 NumResults = std::max(NumResults, T->getNumTypes()); in GetNumNodeResults() 2010 New = makeIntrusiveRefCnt<TreePatternNode>(getLeafValue(), getNumTypes()); in clone() 2017 getOperator(), std::move(CChildren), getNumTypes()); in clone() 2120 getOperator(), std::move(NewChildren), getNumTypes()); in InlinePatternFragments() 2128 for (unsigned i = 0, e = getNumTypes(); i != e; ++i) in InlinePatternFragments() 2193 for (unsigned i = 0, e = FragTree->getNumTypes(); i != e; ++i) in InlinePatternFragments() 2525 assert(getChild(i + 1).getNumTypes() == 1 && "Unhandled case"); in ApplyTypeConstraints() 2580 assert(getChild(0).getNumTypes() == 1 && "FIXME: Unhandled"); in ApplyTypeConstraints() 2917 if (New->getNumTypes() != 1) in ParseTreePattern() [all …]
|
H A D | CodeGenDAGPatterns.h | 692 unsigned getNumTypes() const { return Types.size(); } in getNumTypes() function
|