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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 50 unsigned MIOperandNo = 0;
122 OperandNamespace + "::" + OperandType, MIOperandNo,
124 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),
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);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 50 unsigned MIOperandNo = 0;
117 OperandType, MIOperandNo, NumOps,
119 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),
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 701 milliseconds