Lines Matching defs:ExegesisEmitter
1 //===- ExegesisEmitter.cpp - Generate exegesis target data ----------------===//
31 class ExegesisEmitter {
33 ExegesisEmitter(const RecordKeeper &RK);
99 ExegesisEmitter::ExegesisEmitter(const RecordKeeper &RK)
120 void ExegesisEmitter::emitPfmCountersInfo(const Record &Def,
190 void ExegesisEmitter::emitPfmCounters(raw_ostream &OS) const {
226 void ExegesisEmitter::emitPfmCountersLookupTable(raw_ostream &OS) const {
246 void ExegesisEmitter::run(raw_ostream &OS) const {
254 static TableGen::Emitter::OptClass<ExegesisEmitter>