Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NumOperands

375     static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) {
379 X.MINumOperands = NumOperands;
1652 unsigned NumOperands = OpInfo.MINumOperands;
1654 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands));
1659 for (unsigned AI = 0; AI < NumOperands; ++AI) {
1704 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1);
1706 NumOperands));