Lines Matching defs:IIOpNum
319 unsigned IIOpNum,
330 bool isOptDef = IIOpNum < MCID.getNumOperands() &&
331 MCID.operands()[IIOpNum].isOptionalDef();
339 if (IIOpNum < II->getNumOperands())
340 OpRC = TII->getRegClass(*II, IIOpNum, TRI, *MF);
396 /// specifies the instruction information for the node, and IIOpNum is the
400 unsigned IIOpNum,
405 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap,
415 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF))
433 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic());
471 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap,