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 332 /// MINumOperands - The number of MCInst operands populated by this
334 unsigned MINumOperands;
340 X.MINumOperands = NumOperands;
348 X.MINumOperands = 1;
356 X.MINumOperands = 1;
364 X.MINumOperands = 1;
    [all...]

Completed in 8821 milliseconds