Searched refs:DiagnosticType (Results 1 – 5 of 5) sorted by relevance
201 std::string DiagnosticType; member1014 Entry->DiagnosticType = ""; in getTokenClass()1149 CI->DiagnosticType = ""; in buildRegisterClasses()1260 Init *DiagnosticType = Rec->getValueInit("DiagnosticType"); in buildOperandClasses() local1261 if (StringInit *SI = dyn_cast<StringInit>(DiagnosticType)) in buildOperandClasses()1262 CI->DiagnosticType = SI->getValue(); in buildOperandClasses()2039 if (!CI.DiagnosticType.empty()) in emitValidateOperandClass()2041 << CI.DiagnosticType << ";\n"; in emitValidateOperandClass()2207 if (!I->second->DiagnosticType.empty()) in emitOperandDiagnosticTypes()2208 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 …]
1640 // associate a DiagnosticType either, as we want the diagnostic for the
666 let DiagnosticType = "ImmRange0_15";701 let DiagnosticType = "ImmRange0_239";1016 let DiagnosticType = "AlignedMemoryRequiresNone";1027 let DiagnosticType = "AlignedMemoryRequires16";1038 let DiagnosticType = "AlignedMemoryRequires32";1049 let DiagnosticType = "AlignedMemoryRequires64";1060 let DiagnosticType = "AlignedMemoryRequires64or128";1071 let DiagnosticType = "AlignedMemoryRequires64or128or256";1102 let DiagnosticType = "DupAlignedMemoryRequiresNone";1113 let DiagnosticType = "DupAlignedMemoryRequires16";[all …]
582 string DiagnosticType = "";