Lines Matching refs:Decoder
758 const std::string &Decoder = OpInfo.Decoder; in emitBinaryParser() local
775 if (Decoder != "") in emitBinaryParser()
776 o.indent(Indentation) << " " << Emitter->GuardPrefix << Decoder in emitBinaryParser()
912 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder()
913 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
965 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder()
966 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder()
1381 std::string Decoder = ""; in populateInstruction() local
1395 Decoder = "Decode" + TypeRecord->getName() + "RegisterClass"; in populateInstruction()
1403 Decoder = String->getValue(); in populateInstruction()
1405 OperandInfo OpInfo(Decoder); in populateInstruction()