Searched refs:DecoderEmitter (Results 1 – 2 of 2) sorted by relevance
127 class DecoderEmitter { class132 DecoderEmitter(RecordKeeper &R, std::string PredicateNamespace) in DecoderEmitter() function in __anon983fc5010111::DecoderEmitter403 const DecoderEmitter *Emitter;409 unsigned BW, const DecoderEmitter *E) in FilterChooser()765 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable()952 void DecoderEmitter::emitInstrLenTable(formatted_raw_ostream &OS, in emitInstrLenTable()961 void DecoderEmitter::emitPredicateFunction(formatted_raw_ostream &OS, in emitPredicateFunction()986 void DecoderEmitter::emitDecoderFunction(formatted_raw_ostream &OS, in emitDecoderFunction()2416 void DecoderEmitter::run(raw_ostream &o) { in run()2590 DecoderEmitter(RK, PredicateNamespace).run(OS); in EmitDecoder()
33 SRCS+= DecoderEmitter.cpp