Home | History | Annotate | Download | only in TableGen

Lines Matching defs:numOperands

486   unsigned numOperands = OperandList.size();
488 numOperands; ++operandIndex) {
499 unsigned numOperands = OperandList.size();
501 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
567 unsigned numOperands = OperandList.size();
576 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
578 for (operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
623 // operandIndex should always be < numOperands