/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 590 case Match_InvalidOperand: in matchOneInstruction() 1310 : Match_InvalidOperand; in validateTargetOperandClass() 1316 : Match_InvalidOperand; in validateTargetOperandClass() 1331 return Match_InvalidOperand; in validateTargetOperandClass() 1392 return Match_InvalidOperand; in processInstruction() 1422 return Match_InvalidOperand; in processInstruction() 1753 return Match_InvalidOperand; in processInstruction() 1756 return Match_InvalidOperand; in processInstruction() 1776 return Match_InvalidOperand; in processInstruction() 1806 return Match_InvalidOperand; in processInstruction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 271 case Match_InvalidOperand: { in MatchAndEmitInstruction() 576 return Match_InvalidOperand; in validateTargetOperandClass() 587 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 355 Match_InvalidOperand, enumerator 494 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 351 return Match_InvalidOperand; in validateTargetOperandClass() 449 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 3465 return Match_InvalidOperand; in checkTargetMatchPredicate() 3474 return Match_InvalidOperand; in checkTargetMatchPredicate() 5273 (R == Match_InvalidOperand && Result != Match_MissingFeature) || in MatchAndEmitInstruction() 5274 (R == Match_MnemonicFail && Result != Match_InvalidOperand && in MatchAndEmitInstruction() 5305 case Match_InvalidOperand: { in MatchAndEmitInstruction() 9604 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 9606 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 9608 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 9610 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 9612 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 336 case Match_InvalidOperand: in MatchAndEmitInstruction() 787 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 632 return Match_InvalidOperand; in validateTargetOperandClass() 1041 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 328 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 693 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1623 return Match_InvalidOperand; in validateTargetOperandClass() 1649 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 1470 return Match_InvalidOperand; in validateTargetOperandClass() 1481 return Match_InvalidOperand; in validateTargetOperandClass() 1525 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1277 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1907 default: return Match_InvalidOperand; in validateTargetOperandClass() 1914 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 828 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1713 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 780 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1587 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1322 return Match_InvalidOperand; in validateTargetOperandClass() 1349 return Match_InvalidOperand; in validateTargetOperandClass() 1352 return Match_InvalidOperand; in validateTargetOperandClass() 1425 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 5766 case Match_InvalidOperand: in showMatchError() 6519 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 6557 case Match_InvalidOperand: { in MatchAndEmitInstruction() 7808 return Match_InvalidOperand; in validateTargetOperandClass() 7811 return Match_InvalidOperand; in validateTargetOperandClass() 7814 return Match_InvalidOperand; in validateTargetOperandClass() 7819 return Match_InvalidOperand; in validateTargetOperandClass() 7827 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4220 case Match_InvalidOperand: in matchAndEmitATTInstruction() 4356 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in matchAndEmitATTInstruction() 4391 if (llvm::count(Match, Match_InvalidOperand) == 1) { in matchAndEmitATTInstruction() 4569 if (llvm::count(Match, Match_InvalidOperand) == 1) { in matchAndEmitIntelInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1059 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 665 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1552 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11192 return Match_InvalidOperand; in checkTargetMatchPredicate() 11232 return Match_InvalidOperand; in checkTargetMatchPredicate() 12851 case Match_InvalidOperand: in FilterNearMisses() 13051 return Match_InvalidOperand; in validateTargetOperandClass()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 341 // failure error message. If this is empty, the default Match_InvalidOperand
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6015 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|