Searched refs:DecoderEmitter (Results 1 – 2 of 2) sorted by relevance
157 class DecoderEmitter { class162 DecoderEmitter(RecordKeeper &R, std::string PredicateNamespace) in DecoderEmitter() function in __anonfc09cd8b0111::DecoderEmitter430 const DecoderEmitter *Emitter;436 unsigned BW, const DecoderEmitter *E) in FilterChooser()795 void DecoderEmitter::emitTable(formatted_raw_ostream &OS, DecoderTable &Table, in emitTable()993 void DecoderEmitter::emitInstrLenTable(formatted_raw_ostream &OS, in emitInstrLenTable()1002 void DecoderEmitter::emitPredicateFunction(formatted_raw_ostream &OS, in emitPredicateFunction()1028 void DecoderEmitter::emitDecoderFunction(formatted_raw_ostream &OS, in emitDecoderFunction()2495 void DecoderEmitter::run(raw_ostream &o) { in run()2658 DecoderEmitter(RK, PredicateNamespace).run(OS); in EmitDecoder()
45 SRCS+= DecoderEmitter.cpp