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

  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 149 unsigned NumMIOperands = 0;
151 NumMIOperands += Insn.Operands[i].MINumOperands;
153 OperandMap.grow(NumMIOperands);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 724 unsigned NumMIOperands = NodeOperands + NumResults;
726 assert(NumMIOperands >= II.getNumOperands() &&
729 assert(NumMIOperands >= II.getNumOperands() &&
730 NumMIOperands <= II.getNumOperands() + II.getNumImplicitDefs() +
    [all...]

Completed in 178 milliseconds