Home | History | Annotate | Download | only in TableGen

Lines Matching defs:OpIdx

95   unsigned OpIdx;
96 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) {
98 OpIdx = CGI.Operands[OpIdx].MIOperandNo;
99 assert(!CGI.Operands.isFlatOperandNotEmitted(OpIdx) &&
122 OpIdx = NumberedOp++;
125 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx);
136 " op = " + EncoderMethodName + "(MI, " + utostr(OpIdx);
143 " op = getMachineOpValue(MI, MI.getOperand(" + utostr(OpIdx) + ")";
203 unsigned OpIdx;
204 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx))
207 NamedOpIndices.insert(OpIdx);