Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h89 Match_InvalidOperand, enumerator
196 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCTargetAsmParser.h29 Match_InvalidOperand, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h321 Match_InvalidOperand, enumerator
438 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp993 case Match_InvalidOperand: in MatchAndEmitInstruction()
1108 if ((Match1 == Match_InvalidOperand) + (Match2 == Match_InvalidOperand) + in MatchAndEmitInstruction()
1109 (Match3 == Match_InvalidOperand) + (Match4 == Match_InvalidOperand) == 1){ in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2151 return Match_InvalidOperand; in checkTargetMatchPredicate()
2165 return Match_InvalidOperand; in checkTargetMatchPredicate()
2175 return Match_InvalidOperand; in checkTargetMatchPredicate()
2550 (R == Match_InvalidOperand && Result != Match_MissingFeature in MatchAndEmitInstruction()
2552 (R == Match_MnemonicFail && Result != Match_InvalidOperand in MatchAndEmitInstruction()
2583 case Match_InvalidOperand: { in MatchAndEmitInstruction()
5476 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
5478 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
5480 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
5482 return Operand.isGLC() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
[all …]
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1135 return Match_InvalidOperand; in checkTargetMatchPredicate()
1164 case Match_InvalidOperand: { in MatchAndEmitInstruction()
2770 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2772 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2774 return Operand.isGLC() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2776 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2778 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2786 return Operand.isSSrc32() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2788 return Operand.isSoppBrTarget() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
2789 default: return Match_InvalidOperand; in validateTargetOperandClass()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp803 case Match_InvalidOperand: in matchOneInstruction()
1483 : Match_InvalidOperand; in validateTargetOperandClass()
1489 : Match_InvalidOperand; in validateTargetOperandClass()
1495 : Match_InvalidOperand; in validateTargetOperandClass()
1510 return Match_InvalidOperand; in validateTargetOperandClass()
1563 return Match_InvalidOperand; in processInstruction()
1919 return Match_InvalidOperand; in processInstruction()
1924 return Match_InvalidOperand; in processInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp583 case Match_InvalidOperand: in matchOneInstruction()
1247 : Match_InvalidOperand; in validateTargetOperandClass()
1253 : Match_InvalidOperand; in validateTargetOperandClass()
1268 return Match_InvalidOperand; in validateTargetOperandClass()
1310 return Match_InvalidOperand; in processInstruction()
1340 return Match_InvalidOperand; in processInstruction()
1692 return Match_InvalidOperand; in processInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp307 case Match_InvalidOperand: return invalidOperand(Loc, Operands, ErrorInfo); in MatchAndEmitInstruction()
709 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp634 return Match_InvalidOperand; in validateTargetOperandClass()
649 return Match_InvalidOperand; in validateTargetOperandClass()
675 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp304 case Match_InvalidOperand: in MatchAndEmitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp336 case Match_InvalidOperand: in MatchAndEmitInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3613 case Match_InvalidOperand: in showMatchError()
4033 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction()
4073 case Match_InvalidOperand: { in MatchAndEmitInstruction()
4554 return Match_InvalidOperand; in validateTargetOperandClass()
4596 return Match_InvalidOperand; in validateTargetOperandClass()
4599 return Match_InvalidOperand; in validateTargetOperandClass()
4602 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp603 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1289 return Match_InvalidOperand; in validateTargetOperandClass()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp573 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1301 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp536 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4043 case Match_InvalidOperand: in showMatchError()
4644 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction()
4683 case Match_InvalidOperand: { in MatchAndEmitInstruction()
5344 return Match_InvalidOperand; in validateTargetOperandClass()
5386 return Match_InvalidOperand; in validateTargetOperandClass()
5389 return Match_InvalidOperand; in validateTargetOperandClass()
5392 return Match_InvalidOperand; in validateTargetOperandClass()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1249 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1975 default: return Match_InvalidOperand; in validateTargetOperandClass()
1982 return Match_InvalidOperand; in validateTargetOperandClass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1320 case Match_InvalidOperand: { in MatchAndEmitInstruction()
1981 default: return Match_InvalidOperand; in validateTargetOperandClass()
1988 return Match_InvalidOperand; in validateTargetOperandClass()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2635 case Match_InvalidOperand: in MatchAndEmitATTInstruction()
2760 Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction()
2897 Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2957 case Match_InvalidOperand: in MatchAndEmitATTInstruction()
3080 Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction()
3265 Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp817 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp648 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp666 case Match_InvalidOperand: { in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp1207 case Match_InvalidOperand: { in MatchAndEmitInstruction()

12