Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp127 class DecoderEmitter { class
132 DecoderEmitter(RecordKeeper &R, std::string PredicateNamespace) in DecoderEmitter() function in __anon983fc5010111::DecoderEmitter
403 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()
/freebsd-14.2/usr.bin/clang/llvm-tblgen/
H A DMakefile33 SRCS+= DecoderEmitter.cpp