Lines Matching refs:NumRes
1275 unsigned NumRes; in getPhysicalRegisterVT() local
1278 NumRes = 1; in getPhysicalRegisterVT()
1283 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1287 ++NumRes; in getPhysicalRegisterVT()
1290 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2839 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2840 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2842 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3079 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3080 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
3082 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1) in AddPseudoTwoAddrDeps()