Home | History | Annotate | Download | only in TableGen

Lines Matching defs:numOperands

487   unsigned numOperands = OperandList.size();
489 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
500 unsigned numOperands = OperandList.size();
502 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
568 unsigned numOperands = OperandList.size();
577 assert(numOperands < X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
579 for (operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
624 // operandIndex should always be < numOperands