Lines Matching defs:InstrInfoEmitter
1 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. --*- C++ -*-===//
50 class InstrInfoEmitter {
56 InstrInfoEmitter(RecordKeeper &R)
126 InstrInfoEmitter::OperandInfoTy
127 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) {
215 InstrInfoEmitter::CollectOperandInfo(OperandInfoListTy &OperandInfoList,
229 void InstrInfoEmitter::EmitOperandInfo(raw_ostream &OS,
248 void InstrInfoEmitter::initOperandMapData(
282 void InstrInfoEmitter::emitOperandNameMappings(
354 void InstrInfoEmitter::emitOperandTypeMappings(
497 void InstrInfoEmitter::emitLogicalOperandSizeMappings(
584 void InstrInfoEmitter::emitLogicalOperandTypeMappings(
673 void InstrInfoEmitter::emitMCIIHelperMethods(raw_ostream &OS,
731 void InstrInfoEmitter::emitFeatureVerifier(raw_ostream &OS,
890 void InstrInfoEmitter::emitTIIHelperMethods(raw_ostream &OS,
923 void InstrInfoEmitter::run(raw_ostream &OS) {
1173 void InstrInfoEmitter::emitRecord(
1311 void InstrInfoEmitter::emitEnums(raw_ostream &OS) {
1357 InstrInfoEmitter(RK).run(OS);