| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 424 return Match_Success; in validateTargetOperandClass() 432 return Match_Success; in validateTargetOperandClass() 439 return Match_Success; in validateTargetOperandClass() 448 return Match_Success; in validateTargetOperandClass() 455 return Match_Success; in validateTargetOperandClass() 462 return Match_Success; in validateTargetOperandClass() 470 return Match_Success; in validateTargetOperandClass() 830 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 316 Match_Success, enumerator 445 return Match_Success; in checkEarlyTargetMatchPredicate() 451 return Match_Success; in checkTargetMatchPredicate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 325 case Match_Success: return emit(Inst, Loc, Out); in MatchAndEmitInstruction() 728 if (validateOperandClass(Op, Expected) == Match_Success) { in validateTargetOperandClass() 729 return Match_Success; in validateTargetOperandClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 768 case Match_Success: in MatchAndEmitInstruction() 1529 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1533 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1537 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1541 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1545 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 641 case Match_Success: { in MatchAndEmitInstruction() 1453 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1457 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1463 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass() 1467 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 561 if (result == Match_Success) { in matchOneInstruction() 580 case Match_Success: in matchOneInstruction() 1255 ? Match_Success in validateTargetOperandClass() 1261 ? Match_Success in validateTargetOperandClass() 1268 return Match_Success; in validateTargetOperandClass() 1270 return Match_Success; in validateTargetOperandClass() 1997 return Match_Success; in processInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 263 case Match_Success: in MatchAndEmitInstruction() 592 return Match_Success; in validateTargetOperandClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3078 return Match_Success; in checkTargetMatchPredicate() 4327 unsigned Result = Match_Success; in MatchAndEmitInstruction() 4335 if ((R == Match_Success) || in MatchAndEmitInstruction() 4346 if (R == Match_Success) in MatchAndEmitInstruction() 4350 if (Result == Match_Success) { in MatchAndEmitInstruction() 8239 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8241 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8243 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8245 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() 8247 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 5764 return Match_Success; in checkEarlyTargetMatchPredicate() 5769 return Match_Success; in checkEarlyTargetMatchPredicate() 5782 return Match_Success; in checkTargetMatchPredicate() 5793 return Match_Success; in checkTargetMatchPredicate() 5797 return Match_Success; in checkTargetMatchPredicate() 5801 return Match_Success; in checkTargetMatchPredicate() 5808 return Match_Success; in checkTargetMatchPredicate() 5836 return Match_Success; in checkTargetMatchPredicate() 5857 return Match_Success; in checkTargetMatchPredicate() 5865 return Match_Success; in checkTargetMatchPredicate() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 298 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 937 return Match_Success; in validateTargetOperandClass() 943 return Match_Success; in validateTargetOperandClass() 951 return Match_Success; in validateTargetOperandClass() 980 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 10801 return Match_Success; in checkTargetMatchPredicate() 10845 Match_Success) { in MatchInstruction() 10856 return Match_Success; in MatchInstruction() 10860 return Match_Success; in MatchInstruction() 10871 if (PlainMatchResult == Match_Success) { in MatchInstruction() 10881 return Match_Success; in MatchInstruction() 10885 return Match_Success; in MatchInstruction() 10889 return Match_Success; in MatchInstruction() 10898 Match_Success) { in MatchInstruction() 10905 return Match_Success; in MatchInstruction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 301 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4113 return Match_Success; in checkTargetMatchPredicate() 4168 case Match_Success: in MatchAndEmitATTInstruction() 4272 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitATTInstruction() 4298 if (Match[I] == Match_Success) in MatchAndEmitATTInstruction() 4516 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitIntelInstruction() 4526 if (M == Match_Success) in MatchAndEmitIntelInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1300 if (Res != Match_Success) in ParseDirectiveInsn() 1507 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1157 case Match_Success: in MatchAndEmitInstruction() 1736 return Match_Success; in validateTargetOperandClass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 980 case Match_Success: { in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 661 case Match_Success: in MatchAndEmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5039 if (MatchResult != Match_Success) { in MatchAndEmitInstruction() 5063 case Match_Success: { in MatchAndEmitInstruction() 6143 return Match_Success; in validateTargetOperandClass()
|