Searched refs:DecoderTable (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 65 typedef std::vector<uint8_t> DecoderTable; typedef 72 DecoderTable Table; 99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 583 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 614 DecoderTable &Table = TableInfo.Table; in emitTableEntry() 692 DecoderTable &Table, in emitTable() 703 DecoderTable::const_iterator I = Table.begin(); in emitTable() 704 DecoderTable::const_iterator E = Table.end(); in emitTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 77 typedef std::vector<uint8_t> DecoderTable; typedef 84 DecoderTable Table; 108 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 597 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups() 629 DecoderTable &Table = TableInfo.Table; in emitTableEntry() 709 DecoderTable &Table, in emitTable() 720 DecoderTable::const_iterator I = Table.begin(); in emitTable() 721 DecoderTable::const_iterator E = Table.end(); in emitTable()
|