Home
last modified time | relevance | path

Searched refs:Match_InvalidOperand (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp583 case Match_InvalidOperand: in matchOneInstruction()
1253 : Match_InvalidOperand; in validateTargetOperandClass()
1274 return Match_InvalidOperand; in validateTargetOperandClass()
1335 return Match_InvalidOperand; in processInstruction()
1365 return Match_InvalidOperand; in processInstruction()
1696 return Match_InvalidOperand; in processInstruction()
1699 return Match_InvalidOperand; in processInstruction()
1719 return Match_InvalidOperand; in processInstruction()
1749 return Match_InvalidOperand; in processInstruction()
1873 return Match_InvalidOperand; in processInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp271 case Match_InvalidOperand: { in MatchAndEmitInstruction()
576 return Match_InvalidOperand; in validateTargetOperandClass()
587 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h355 Match_InvalidOperand, enumerator
494 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp337 return Match_InvalidOperand; in validateTargetOperandClass()
371 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp336 case Match_InvalidOperand: in MatchAndEmitInstruction()
780 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3325 return Match_InvalidOperand; in checkTargetMatchPredicate()
3339 return Match_InvalidOperand; in checkTargetMatchPredicate()
5100 (R == Match_InvalidOperand && Result != Match_MissingFeature in MatchAndEmitInstruction()
5102 (R == Match_MnemonicFail && Result != Match_InvalidOperand in MatchAndEmitInstruction()
5134 case Match_InvalidOperand: { in MatchAndEmitInstruction()
9260 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
9262 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
9264 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
9268 return Operand.isTFE() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
9296 return Operand.isNull() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1278 return Match_InvalidOperand; in validateTargetOperandClass()
1289 return Match_InvalidOperand; in validateTargetOperandClass()
1333 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp632 return Match_InvalidOperand; in validateTargetOperandClass()
1041 case Match_InvalidOperand: in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp325 case Match_InvalidOperand: in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp693 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1623 return Match_InvalidOperand; in validateTargetOperandClass()
1649 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1275 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1905 default: return Match_InvalidOperand; in validateTargetOperandClass()
1912 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp780 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1587 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1292 return Match_InvalidOperand; in validateTargetOperandClass()
1319 return Match_InvalidOperand; in validateTargetOperandClass()
1322 return Match_InvalidOperand; in validateTargetOperandClass()
1395 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp784 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1768 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5683 case Match_InvalidOperand: in showMatchError()
6435 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction()
6473 case Match_InvalidOperand: { in MatchAndEmitInstruction()
7721 return Match_InvalidOperand; in validateTargetOperandClass()
7724 return Match_InvalidOperand; in validateTargetOperandClass()
7727 return Match_InvalidOperand; in validateTargetOperandClass()
7732 return Match_InvalidOperand; in validateTargetOperandClass()
7740 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4103 case Match_InvalidOperand: in MatchAndEmitATTInstruction()
4239 assert(OriginalError == Match_InvalidOperand && "Unexpected error"); in MatchAndEmitATTInstruction()
4274 if (llvm::count(Match, Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction()
4483 if (llvm::count(Match, Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1072 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp665 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1552 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10975 return Match_InvalidOperand; in checkTargetMatchPredicate()
11007 return Match_InvalidOperand; in checkTargetMatchPredicate()
12580 case Match_InvalidOperand: in FilterNearMisses()
12785 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td324 // failure error message. If this is empty, the default Match_InvalidOperand
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6015 case Match_InvalidOperand: { in MatchAndEmitInstruction()