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),
181 if (OperandList[i].MIOperandNo+OperandList[i].MINumOperands > Op)
AsmMatcherEmitter.cpp 353 /// MINumOperands - The number of MCInst operands populated by this
355 unsigned MINumOperands;
361 X.MINumOperands = NumOperands;
369 X.MINumOperands = 1;
377 X.MINumOperands = 1;
385 X.MINumOperands = 1;
    [all...]

Completed in 77 milliseconds