Home
last modified time | relevance | path

Searched refs:emitTable (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
692 void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, in emitTable() function in FixedLenDecoderEmitter
2195 emitTable(OS, TableInfo.Table, 0, FC.getBitWidth(), Opc.first.first); in run()