Lines Matching refs:NumResults
812 unsigned NumResults = NodeInfo.getNumResults(); in getOperandNum() local
813 if (OpNo < NumResults) { in getOperandNum()
818 OpNo -= NumResults; in getOperandNum()
822 << (OpNo+NumResults) << " "; in getOperandNum()
926 NumResults = TypeProfile->getValueAsInt("NumResults"); in SDNodeInfo()
973 unsigned NumResults = getNumResults(); in getKnownType() local
974 assert(NumResults <= 1 && in getKnownType()
980 if (TypeConstraints[i].OperandNo >= NumResults) // FIXME: need value # in getKnownType()
1868 unsigned NumResults = GetNumNodeResults(Operator, CDP); in ParseTreePattern() local
1869 TreePatternNode *Result = new TreePatternNode(Operator, Children, NumResults); in ParseTreePattern()
2601 unsigned NumResults = InstResults.size(); in ParseInstructions() local
2610 for (unsigned i = 0; i != NumResults; ++i) { in ParseInstructions()
2644 for (unsigned i = NumResults, e = CGI.Operands.size(); i != e; ++i) { in ParseInstructions()
2701 for (unsigned i = 0; i != NumResults; ++i) in ParseInstructions()