| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 586 case Match_InvalidOperand: in matchOneInstruction() 1257 : Match_InvalidOperand; in validateTargetOperandClass() 1278 return Match_InvalidOperand; in validateTargetOperandClass() 1339 return Match_InvalidOperand; in processInstruction() 1369 return Match_InvalidOperand; in processInstruction() 1700 return Match_InvalidOperand; in processInstruction() 1703 return Match_InvalidOperand; in processInstruction() 1723 return Match_InvalidOperand; in processInstruction() 1753 return Match_InvalidOperand; in processInstruction() 1877 return Match_InvalidOperand; in processInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 312 Match_InvalidOperand, enumerator 438 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 269 case Match_InvalidOperand: { in MatchAndEmitInstruction() 584 return Match_InvalidOperand; in validateTargetOperandClass() 595 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3064 return Match_InvalidOperand; in checkTargetMatchPredicate() 3078 return Match_InvalidOperand; in checkTargetMatchPredicate() 4377 (R == Match_InvalidOperand && Result != Match_MissingFeature in MatchAndEmitInstruction() 4379 (R == Match_MnemonicFail && Result != Match_InvalidOperand in MatchAndEmitInstruction() 4411 case Match_InvalidOperand: { in MatchAndEmitInstruction() 8287 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8289 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8291 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8293 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8323 return Operand.isNull() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 327 case Match_InvalidOperand: return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction() 748 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 475 return Match_InvalidOperand; in validateTargetOperandClass() 834 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 306 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 923 return Match_InvalidOperand; in validateTargetOperandClass() 950 return Match_InvalidOperand; in validateTargetOperandClass() 953 return Match_InvalidOperand; in validateTargetOperandClass() 1003 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1185 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1744 default: return Match_InvalidOperand; in validateTargetOperandClass() 1751 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 324 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 663 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1462 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 777 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1548 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4969 case Match_InvalidOperand: in showMatchError() 5619 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 5657 case Match_InvalidOperand: { in MatchAndEmitInstruction() 6680 return Match_InvalidOperand; in validateTargetOperandClass() 6730 return Match_InvalidOperand; in validateTargetOperandClass() 6733 return Match_InvalidOperand; in validateTargetOperandClass() 6736 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4193 case Match_InvalidOperand: in MatchAndEmitATTInstruction() 4330 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in MatchAndEmitATTInstruction() 4368 Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction() 4581 Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 669 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1056 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1526 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 10767 return Match_InvalidOperand; in checkTargetMatchPredicate() 10799 return Match_InvalidOperand; in checkTargetMatchPredicate() 12186 case Match_InvalidOperand: in FilterNearMisses() 12392 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 296 // failure error message. If this is empty, the default Match_InvalidOperand
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 5942 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|