Searched refs:DecoderEmitter (Results 1 – 2 of 2) sorted by relevance
219 class DecoderEmitter { class224 DecoderEmitter(const RecordKeeper &R, StringRef PredicateNamespace) in DecoderEmitter() function in __anonfc09cd8b0111::DecoderEmitter501 const DecoderEmitter *Emitter;513 unsigned BW, const DecoderEmitter *E) in FilterChooser()835 unsigned DecoderEmitter::emitTable(formatted_raw_ostream &OS, in emitTable()1037 void DecoderEmitter::emitInstrLenTable(formatted_raw_ostream &OS, in emitInstrLenTable()1045 void DecoderEmitter::emitPredicateFunction(formatted_raw_ostream &OS, in emitPredicateFunction()1061 void DecoderEmitter::emitDecoderFunction(formatted_raw_ostream &OS, in emitDecoderFunction()2523 void DecoderEmitter::run(raw_ostream &o) { in run()2689 DecoderEmitter(RK, PredicateNamespace).run(OS); in EmitDecoder()
53 SRCS+= DecoderEmitter.cpp