Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NumOperands

348     static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) {
352 X.MINumOperands = NumOperands;
1580 unsigned NumOperands = OpInfo.MINumOperands;
1582 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands));
1587 for (unsigned AI = 0; AI < NumOperands; ++AI) {
1630 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1);
1632 NumOperands));