HomeSort by relevance Sort by last modified time
    Searched full:longencodingtable (Results 1 - 1 of 1) sorted by null

  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 392 SequenceToOffsetTable<std::vector<unsigned char> > LongEncodingTable;
424 // LongEncodingTable, and use its offset in the 32-bit table instead.
425 LongEncodingTable.add(TypeSig);
431 LongEncodingTable.layout();
454 OS << "(1U<<31) | " << LongEncodingTable.get(TypeSig) << ", ";
461 if (!LongEncodingTable.empty())
462 LongEncodingTable.emit(OS, printIITEntry);

Completed in 1124 milliseconds