Searched defs:IIOpNum (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp309 unsigned IIOpNum,
321 bool isOptDef = IIOpNum < MCID.getNumOperands() &&
322 MCID.OpInfo[IIOpNum].isOptionalDef();
330 if (IIOpNum < II->getNumOperands())
331 DstRC = TRI->getAllocatableClass(TII->getRegClass(*II,IIOpNum,TRI,*MF));
367 /// specifies the instruction information for the node, and IIOpNum is the
371 unsigned IIOpNum,
376 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap,
386 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic());
431 AddRegisterOperand(MIB, Op, IIOpNum, I
307 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 76 milliseconds