/external/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 89 Match_InvalidOperand, enumerator 196 return Match_InvalidOperand; in validateTargetOperandClass()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCTargetAsmParser.h | 29 Match_InvalidOperand, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
D | MCTargetAsmParser.h | 321 Match_InvalidOperand, enumerator 438 return Match_InvalidOperand; in validateTargetOperandClass()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 993 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/ |
D | AMDGPUAsmParser.cpp | 2151 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/ |
D | AMDGPUAsmParser.cpp | 1135 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/ |
D | HexagonAsmParser.cpp | 803 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/ |
D | HexagonAsmParser.cpp | 583 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/ |
D | AVRAsmParser.cpp | 307 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/ |
D | RISCVAsmParser.cpp | 634 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/ |
D | BPFAsmParser.cpp | 304 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/ |
D | MBlazeAsmParser.cpp | 336 case Match_InvalidOperand: in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3613 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/ |
D | SparcAsmParser.cpp | 603 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1289 return Match_InvalidOperand; in validateTargetOperandClass()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 573 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1301 return Match_InvalidOperand; in validateTargetOperandClass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 536 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4043 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/ |
D | PPCAsmParser.cpp | 1249 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/ |
D | PPCAsmParser.cpp | 1320 case Match_InvalidOperand: { in MatchAndEmitInstruction() 1981 default: return Match_InvalidOperand; in validateTargetOperandClass() 1988 return Match_InvalidOperand; in validateTargetOperandClass()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2635 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/ |
D | X86AsmParser.cpp | 2957 case Match_InvalidOperand: in MatchAndEmitATTInstruction() 3080 Match_InvalidOperand) == 1) { in MatchAndEmitATTInstruction() 3265 Match_InvalidOperand) == 1) { in MatchAndEmitIntelInstruction()
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 817 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 648 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 666 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 1207 case Match_InvalidOperand: { in MatchAndEmitInstruction()
|