Lines Matching refs:NumRes
1201 unsigned NumRes; in getPhysicalRegisterVT() local
1204 NumRes = 1; in getPhysicalRegisterVT()
1208 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1212 ++NumRes; in getPhysicalRegisterVT()
1215 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2702 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2703 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2705 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
2929 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
2930 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
2932 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1) in AddPseudoTwoAddrDeps()