Lines Matching refs:NumResults
1597 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum() local
1598 if (OpNo < NumResults) { in getOperandNum()
1603 OpNo -= NumResults; in getOperandNum()
1608 OS << "Invalid operand number in type constraint " << (OpNo + NumResults) in getOperandNum()
1808 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1825 unsigned NumResults = getNumResults(); in getKnownType() local
1826 assert(NumResults <= 1 && in getKnownType()
1832 if (Constraint.OperandNo >= NumResults) // FIXME: need value # in getKnownType()
1870 unsigned NumResults = 0; in GetNumNodeResults() local
1872 NumResults = std::max(NumResults, T->getNumTypes()); in GetNumNodeResults()
1873 return NumResults; in GetNumNodeResults()
1878 unsigned NumResults = 0; in GetNumNodeResults() local
1885 NumResults = std::max(NumResults, GetNumNodeResults(Op, CDP)); in GetNumNodeResults()
1887 return NumResults; in GetNumNodeResults()
2613 unsigned NumResults = Inst.getNumResults(); in ApplyTypeConstraints() local
2625 while (NonOverridableOperands > NumResults && in ApplyTypeConstraints()
2631 assert(NumResults <= NumFixedOperands); in ApplyTypeConstraints()
2632 for (unsigned i = NumResults, e = NumFixedOperands; i != e; ++i) { in ApplyTypeConstraints()
2967 unsigned NumResults = GetNumNodeResults(Operator, CDP); in ParseTreePattern() local
3012 Operator, std::move(Children), NumResults); in ParseTreePattern()
3817 unsigned NumResults = InstResults.size(); in parseInstructionPattern() local
3826 for (unsigned i = 0; i != NumResults; ++i) { in parseInstructionPattern()
3870 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) { in parseInstructionPattern()
3931 for (unsigned i = 0; i != NumResults; ++i) { in parseInstructionPattern()