Searched refs:DiagnosticType (Results 1 – 6 of 6) sorted by relevance
201 std::string DiagnosticType; member1060 Entry->DiagnosticType = ""; in getTokenClass()1195 CI->DiagnosticType = ""; in buildRegisterClasses()1306 Init *DiagnosticType = Rec->getValueInit("DiagnosticType"); in buildOperandClasses() local1307 if (StringInit *SI = dyn_cast<StringInit>(DiagnosticType)) in buildOperandClasses()1308 CI->DiagnosticType = SI->getValue(); in buildOperandClasses()2092 if (!CI.DiagnosticType.empty()) in emitValidateOperandClass()2094 << CI.DiagnosticType << ";\n"; in emitValidateOperandClass()2258 if (!I->second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()2259 Types.insert(I->second->DiagnosticType); in emitOperandDiagnosticTypes()
94 let DiagnosticType = "InvalidMovImm32Shift";100 let DiagnosticType = "InvalidMovImm64Shift";109 let DiagnosticType = "AddSubRegShift" # width;121 let DiagnosticType = "AddSubRegShift" # width;149 let DiagnosticType = "AddSubRegExtendLarge";154 let DiagnosticType = "AddSubRegExtendSmall";161 let DiagnosticType = "AddSubRegExtendLarge";168 let DiagnosticType = "InvalidFPImm";173 let DiagnosticType = "InvalidCondCode";198 let DiagnosticType = "InvalidLabel";[all …]
1740 // associate a DiagnosticType either, as we want the diagnostic for the
675 let DiagnosticType = "ImmRange0_15";710 let DiagnosticType = "ImmRange0_239";1027 let DiagnosticType = "AlignedMemoryRequiresNone";1038 let DiagnosticType = "AlignedMemoryRequires16";1049 let DiagnosticType = "AlignedMemoryRequires32";1060 let DiagnosticType = "AlignedMemoryRequires64";1071 let DiagnosticType = "AlignedMemoryRequires64or128";1082 let DiagnosticType = "AlignedMemoryRequires64or128or256";1113 let DiagnosticType = "DupAlignedMemoryRequiresNone";1124 let DiagnosticType = "DupAlignedMemoryRequires16";[all …]
394 let DiagnosticType = "SImm" # Bits;403 let DiagnosticType = "UImm" # Bits # "_" # Offset;433 let DiagnosticType = "UImm5_Lsl2";438 let DiagnosticType = "UImm5_0_Report_UImm6";460 let DiagnosticType = "Immz";
607 string DiagnosticType = "";