Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ID

1674   unsigned ID = IsNew ? Table.size() - 1 :
1677 assert(ID < Table.size());
1679 return ID;
1807 // Add the conversion kind, if necessary, and get the associated ID
1814 unsigned ID = getConverterOperandID(Name, OperandConversionKinds,
1818 ConversionRow.push_back(ID);
1863 unsigned ID = getConverterOperandID(Name, OperandConversionKinds,
1866 ConversionRow.push_back(ID);
1895 unsigned ID = getConverterOperandID(Name, OperandConversionKinds,
1898 ConversionRow.push_back(ID);