Lines Matching refs:NumResults
849 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum() local
850 if (OpNo < NumResults) { in getOperandNum()
855 OpNo -= NumResults; in getOperandNum()
859 << (OpNo+NumResults) << " "; in getOperandNum()
1000 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
1047 unsigned NumResults = getNumResults(); in getKnownType() local
1048 assert(NumResults <= 1 && in getKnownType()
1054 if (TypeConstraints[i].OperandNo >= NumResults) // FIXME: need value # in getKnownType()
1980 unsigned NumResults = GetNumNodeResults(Operator, CDP); in ParseTreePattern() local
1981 TreePatternNode *Result = new TreePatternNode(Operator, Children, NumResults); in ParseTreePattern()
2763 unsigned NumResults = InstResults.size(); in ParseInstructions() local
2772 for (unsigned i = 0; i != NumResults; ++i) { in ParseInstructions()
2806 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) { in ParseInstructions()
2860 for (unsigned i = 0; i != NumResults; ++i) in ParseInstructions()