Home
last modified time | relevance | path

Searched refs:DiagnosticType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp201 std::string DiagnosticType; member
1060 Entry->DiagnosticType = ""; in getTokenClass()
1195 CI->DiagnosticType = ""; in buildRegisterClasses()
1306 Init *DiagnosticType = Rec->getValueInit("DiagnosticType"); in buildOperandClasses() local
1307 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()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td94 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 …]
DAArch64InstrInfo.td1740 // associate a DiagnosticType either, as we want the diagnostic for the
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td675 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 …]
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td394 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";
/external/llvm/include/llvm/Target/
DTarget.td607 string DiagnosticType = "";