Lines Matching refs:NumRes
1278 unsigned NumRes; in getPhysicalRegisterVT() local
1281 NumRes = 1; in getPhysicalRegisterVT()
1285 NumRes = MCID.getNumDefs(); in getPhysicalRegisterVT()
1289 ++NumRes; in getPhysicalRegisterVT()
1292 return N->getSimpleValueType(NumRes); in getPhysicalRegisterVT()
2836 unsigned NumRes = MCID.getNumDefs(); in canClobber() local
2837 unsigned NumOps = MCID.getNumOperands() - NumRes; in canClobber()
2839 if (MCID.getOperandConstraint(i+NumRes, MCOI::TIED_TO) != -1) { in canClobber()
3081 unsigned NumRes = MCID.getNumDefs(); in AddPseudoTwoAddrDeps() local
3082 unsigned NumOps = MCID.getNumOperands() - NumRes; in AddPseudoTwoAddrDeps()
3084 if (MCID.getOperandConstraint(j+NumRes, MCOI::TIED_TO) == -1) in AddPseudoTwoAddrDeps()