Searched refs:DiagnosticString (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 239 let DiagnosticString = "operand must be a register in range [r0, r15]"; 256 let DiagnosticString = "operand must be a register in range [r0, r14]"; 268 let DiagnosticString = "operand must be a register in range [r0, r14]"; 279 let DiagnosticString = "operand must be a register in range [r0, r14] or apsr_nzcv"; 289 let DiagnosticString = "operand must be a register in range [r0, r12] or LR or PC"; 302 let DiagnosticString = "operand must be a register in range [r0, r14] or zr"; 310 let DiagnosticString = "operand must be a register in range [r0, r12] or r14 or zr"; 319 let DiagnosticString = "operand must be a register sp"; 346 let DiagnosticString = 353 let DiagnosticString = "operand must be a register in range [r0, r7]"; [all …]
|
| H A D | ARMInstrInfo.td | 567 let DiagnosticString = "operand must be an immediate in the range [" # Low # "," # High # "]"; 573 let DiagnosticString = "operand must be an immediate in the range [" # Low # "," # High # "]"; 654 let DiagnosticString = "operand must be a list of registers in range [s0, s31]"; 729 let DiagnosticString = "vector increment immediate must be 1, 2, 4 or 8"; 994 …let DiagnosticString = "operand must be an immediate in the range [0,255] or a relocatable express… 1024 …let DiagnosticString = "operand must be an immediate in the range [0,0xffff] or a relocatable expr… 1042 let DiagnosticString = "operand must be an immediate in the range [0,0xffffff]"; 1113 let DiagnosticString = "operand must be an immediate in the range [1,8]"; 1129 let DiagnosticString = "operand must be an immediate in the range [1,16]"; 1361 let DiagnosticString = "alignment must be omitted"; [all …]
|
| H A D | ARMInstrMVE.td | 27 let DiagnosticString = "condition code for sign-independent integer "# 37 let DiagnosticString = "condition code for signed integer "# 47 let DiagnosticString = "condition code for unsigned integer "# 57 let DiagnosticString = "condition code for floating-point "# 96 let DiagnosticString = "operand must be a list of two consecutive "# 109 let DiagnosticString = "operand must be a list of four consecutive "# 3850 let DiagnosticString =
|
| H A D | ARMInstrFormats.td | 2781 let DiagnosticString = "complex rotation must be " # Diag; 2795 let DiagnosticString = "saturate operand must be 48 or 64";
|
| H A D | ARMInstrThumb2.td | 46 let DiagnosticString = "operand must be an immediate in the range [1,32]"; 389 let DiagnosticString = 399 let DiagnosticString =
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 215 std::string DiagnosticString; member 1356 const Init *DiagnosticString = Def->getValueInit("DiagnosticString"); in buildRegisterClasses() local 1357 if (const StringInit *SI = dyn_cast<StringInit>(DiagnosticString)) in buildRegisterClasses() 1358 CI->DiagnosticString = SI->getValue().str(); in buildRegisterClasses() 1362 if (!CI->DiagnosticString.empty() && CI->DiagnosticType.empty()) in buildRegisterClasses() 1447 const Init *DiagnosticString = Rec->getValueInit("DiagnosticString"); in buildOperandClasses() local 1448 if (const StringInit *SI = dyn_cast<StringInit>(DiagnosticString)) in buildOperandClasses() 1449 CI->DiagnosticString = SI->getValue().str(); in buildOperandClasses() 1452 if (!CI->DiagnosticString.empty() && CI->DiagnosticType.empty()) in buildOperandClasses() 2419 return CI.DiagnosticString.empty(); in emitOperandMatchErrorDiagStrings() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 258 let DiagnosticString = "register must be ra (x1)"; 263 let DiagnosticString = "register must be t0 (x5)"; 268 let DiagnosticString = "register must be a GPR excluding zero (x0)"; 273 let DiagnosticString = "register must be a GPR excluding zero (x0) and sp (x2)"; 300 let DiagnosticString = "register must be sp (x2)"; 309 let DiagnosticString = "register must be ra or t0 (x1 or x5)"; 314 let DiagnosticString = "register must be a GPR excluding t6 (x31)";
|
| H A D | RISCVInstrInfoXqccmp.td | 33 let DiagnosticString = "operand must be {ra, s0[-sN]} or {x1, x8[-x9][, x18[-xN]]}";
|
| H A D | RISCVInstrInfoZfa.td | 34 let DiagnosticString = "operand must be a valid floating-point constant"; 48 let DiagnosticString = "operand must be 'rtz' floating-point rounding mode";
|
| H A D | RISCVInstrInfoZc.td | 42 let DiagnosticString = "operand must be {ra [, s0[-sN]]} or {x1 [, x8[-x9][, x18[-xN]]]}";
|
| H A D | RISCVInstrInfo.td | 196 let DiagnosticString = "immediate must be zero"; 413 let DiagnosticString = "operand must be a bare symbol name"; 426 let DiagnosticString = "operand must be a bare symbol name"; 439 let DiagnosticString = "operand must be a valid jump target"; 452 let DiagnosticString = "operand must be a symbol with %tprel_add specifier"; 1906 let DiagnosticString = "operand must be a symbol with %tlsdesc_call specifier";
|
| H A D | RISCVInstrInfoXTHead.td | 41 let DiagnosticString = "operand must be constant 3"; 53 let DiagnosticString = "operand must be constant 4";
|
| H A D | RISCVInstrInfoV.td | 49 let DiagnosticString = "operand must be v0.t"; 57 let DiagnosticString = "operand must be v0";
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 358 string DiagnosticString = ""; 978 string DiagnosticString = "";
|