HomeSort by relevance Sort by last modified time
    Searched defs:MIOperandNo (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 50 unsigned MIOperandNo = 0;
116 OperandType, MIOperandNo, NumOps,
118 MIOperandNo += NumOps;
CodeGenInstruction.h 85 /// MIOperandNo - Currently (this is meant to be phased out), some logical
91 unsigned MIOperandNo;
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
173 return OperandList[Op.first].MIOperandNo + Op.second;
181 if (OperandList[i].MIOperandNo+OperandList[i].MINumOperands > Op)
182 return std::make_pair(i, Op-OperandList[i].MIOperandNo);

Completed in 22 milliseconds