Lines Matching refs:Emitter
15 #define DEBUG_TYPE "decoder-emitter"
110 // run - Output the code emitter
334 // Parent emitter
335 const FixedLenDecoderEmitter *Emitter;
343 Emitter(FC.Emitter) { }
351 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
366 Emitter(parent.Emitter) {
1086 o.indent(Indentation) << Emitter->GuardPrefix << Decoder
1088 << Emitter->GuardPostfix << "\n";
1103 OS.indent(Indentation) << Emitter->GuardPrefix << I->Decoder
1105 << Emitter->GuardPostfix << "\n";
1168 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace);
1172 emitSinglePredicateMatch(o, pairs.first, Emitter->PredicateNamespace);