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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp297 unsigned IIOpNum,
309 bool isOptDef = IIOpNum < MCID.getNumOperands() &&
310 MCID.OpInfo[IIOpNum].isOptionalDef();
318 if (IIOpNum < II->getNumOperands())
319 DstRC = TRI->getAllocatableClass(TII->getRegClass(*II,IIOpNum,TRI,*MF));
355 /// specifies the instruction information for the node, and IIOpNum is the
359 unsigned IIOpNum,
364 AddRegisterOperand(MIB, Op, IIOpNum, II, VRBaseMap,
374 bool Imp = II && (IIOpNum >= II->getNumOperands() && !II->isVariadic());
419 AddRegisterOperand(MIB, Op, IIOpNum, I
295 AddRegisterOperand(MachineInstrBuilder &MIB, SDValue Op, unsigned IIOpNum, const MCInstrDesc *II, DenseMap<SDValue, unsigned> &VRBaseMap, bool IsDebug, bool IsClone, bool IsCloned) argument
[all...]

Completed in 83 milliseconds