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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp50 unsigned MIOperandNo = 0; local
117 OperandType, MIOperandNo, NumOps,
119 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),
174 return OperandList[Op.first].MIOperandNo + Op.second;
182 if (OperandList[i].MIOperandNo+OperandList[i].MINumOperands > Op)
183 return std::make_pair(i, Op-OperandList[i].MIOperandNo);

Completed in 190 milliseconds