Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h321 Match_InvalidOperand, enumerator
438 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp268 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 DAMDGPUAsmParser.cpp2148 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 DHexagonAsmParser.cpp581 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 DAVRAsmParser.cpp310 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 DRISCVAsmParser.cpp718 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 DBPFAsmParser.cpp304 case Match_InvalidOperand: in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1157 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 DSparcAsmParser.cpp612 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1344 return Match_InvalidOperand; in validateTargetOperandClass()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp682 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4194 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 DX86AsmParser.cpp2976 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 DLanaiAsmParser.cpp666 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1271 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9145 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 DTarget.td276 // failure error message. If this is empty, the default Match_InvalidOperand
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5326 case Match_InvalidOperand: { in MatchAndEmitInstruction()