Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OperandList

115     OperandList.push_back(OperandInfo(Rec, ArgName, PrintMethod, EncoderMethod,
124 for (unsigned i = 0, e = OperandList.size(); i != e; ++i)
125 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
145 for (unsigned i = 0, e = OperandList.size(); i != e; ++i)
146 if (OperandList[i].Name == Name) {
174 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp &&
184 DagInit *MIOpInfo = OperandList[OpIdx].MIOperandInfo;
280 if (Op.second >= OperandList[Op.first].DoNotEncode.size())
281 OperandList[Op.first].DoNotEncode.resize(Op.second+1);
282 OperandList[Op.first].DoNotEncode[Op.second] = true;