| /freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 321 Match_InvalidOperand, enumerator 438 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 268 case Match_InvalidOperand: { in MatchAndEmitInstruction() 568 return Match_InvalidOperand; in validateTargetOperandClass() 579 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 2148 return Match_InvalidOperand; in checkTargetMatchPredicate() 2162 return Match_InvalidOperand; in checkTargetMatchPredicate() 2172 return Match_InvalidOperand; in checkTargetMatchPredicate() 2526 (R == Match_InvalidOperand && Result != Match_MissingFeature in MatchAndEmitInstruction() 2528 (R == Match_MnemonicFail && Result != Match_InvalidOperand in MatchAndEmitInstruction() 2559 case Match_InvalidOperand: { in MatchAndEmitInstruction() 5522 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 5524 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 5526 return Operand.isGLC() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 5528 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 581 case Match_InvalidOperand: in matchOneInstruction() 1246 : Match_InvalidOperand; in validateTargetOperandClass() 1252 : Match_InvalidOperand; in validateTargetOperandClass() 1267 return Match_InvalidOperand; in validateTargetOperandClass() 1309 return Match_InvalidOperand; in processInstruction() 1339 return Match_InvalidOperand; in processInstruction() 1691 return Match_InvalidOperand; in processInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 310 case Match_InvalidOperand: return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction() 713 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 718 return Match_InvalidOperand; in validateTargetOperandClass() 733 return Match_InvalidOperand; in validateTargetOperandClass() 761 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 304 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1157 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1818 default: return Match_InvalidOperand; in validateTargetOperandClass() 1825 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 612 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1344 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 682 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4194 case Match_InvalidOperand: in showMatchError() 4799 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 4838 case Match_InvalidOperand: { in MatchAndEmitInstruction() 5540 return Match_InvalidOperand; in validateTargetOperandClass() 5582 return Match_InvalidOperand; in validateTargetOperandClass() 5585 return Match_InvalidOperand; in validateTargetOperandClass() 5588 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2976 case Match_InvalidOperand: in MatchAndEmitATTInstruction() 3099 Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction() 3284 Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 666 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1271 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 9145 return Match_InvalidOperand; in checkTargetMatchPredicate() 9153 return Match_InvalidOperand; in checkTargetMatchPredicate() 10533 case Match_InvalidOperand: in FilterNearMisses() 10699 return Match_InvalidOperand; in validateTargetOperandClass()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 276 // failure error message. If this is empty, the default Match_InvalidOperand
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 5326 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|