Lines Matching refs:NumRes
1191 unsigned NumRes; in getPhysicalRegisterVT() local
1194 NumRes = 1; in getPhysicalRegisterVT()
1198 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1202 ++NumRes; in getPhysicalRegisterVT()
1205 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2676 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2677 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2679 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
2898 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
2899 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
2901 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1) in AddPseudoTwoAddrDeps()