Lines Matching refs:NumRes
1267 unsigned NumRes; in getPhysicalRegisterVT() local
1270 NumRes = 1; in getPhysicalRegisterVT()
1274 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1278 ++NumRes; in getPhysicalRegisterVT()
1281 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2803 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2804 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2806 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3025 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3026 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
3028 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1) in AddPseudoTwoAddrDeps()