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

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 92 unsigned MINumOperands; // The number of operands.
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
182 if (OperandList[i].MIOperandNo+OperandList[i].MINumOperands > Op)
AsmMatcherEmitter.cpp 333 /// MINumOperands - The number of MCInst operands populated by this
335 unsigned MINumOperands;
341 X.MINumOperands = NumOperands;
349 X.MINumOperands = 1;
357 X.MINumOperands = 1;
365 X.MINumOperands = 1;
    [all...]

Completed in 35 milliseconds