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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp50 unsigned MIOperandNo = 0; local
116 OperandType, MIOperandNo, NumOps,
118 MIOperandNo += NumOps;
H A DCodeGenInstruction.h85 /// MIOperandNo - Currently (this is meant to be phased out), some logical
91 unsigned MIOperandNo; member in struct:llvm::CGIOperandList::OperandInfo
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
179 return OperandList[Op.first].MIOperandNo + Op.second;
187 if (OperandList[i].MIOperandNo+OperandList[i].MINumOperands > Op)
188 return std::make_pair(i, Op-OperandList[i].MIOperandNo);

Completed in 174 milliseconds