Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp201 std::string DiagnosticType; member
1014 Entry->DiagnosticType = ""; in getTokenClass()
1149 CI->DiagnosticType = ""; in buildRegisterClasses()
1260 Init *DiagnosticType = Rec->getValueInit("DiagnosticType"); in buildOperandClasses() local
1261 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()
/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.td1640 // associate a DiagnosticType either, as we want the diagnostic for the
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td666 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 …]
/external/llvm/include/llvm/Target/
DTarget.td582 string DiagnosticType = "";