Home | History | Annotate | Download | only in TableGen

Lines Matching full:converter

1744   size_t MaxRowLength = 2; // minimum is custom converter plus terminator.
1761 << " const uint8_t *Converter = ConversionTable[Kind];\n"
1763 << " for (const uint8_t *p = Converter; *p; p+= 2) {\n"
1783 << " const uint8_t *Converter = ConversionTable[Kind];\n"
1784 << " for (const uint8_t *p = Converter; *p; p+= 2) {\n"
1815 // Remember this converter for the kind enum.
1820 // Add the converter row for this instruction.
1880 // converter driver.
1986 // Finish up the converter driver function.