Home
last modified time | relevance | path

Searched refs:Match_Success (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp424 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h316 Match_Success, enumerator
445 return Match_Success; in checkEarlyTargetMatchPredicate()
451 return Match_Success; in checkTargetMatchPredicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp325 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp768 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp641 case Match_Success: { in MatchAndEmitInstruction()
1446 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
1450 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
1456 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
1460 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp561 if (result == Match_Success) { in matchOneInstruction()
580 case Match_Success: in matchOneInstruction()
1256 ? Match_Success in validateTargetOperandClass()
1262 ? Match_Success in validateTargetOperandClass()
1269 return Match_Success; in validateTargetOperandClass()
1271 return Match_Success; in validateTargetOperandClass()
1998 return Match_Success; in processInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp263 case Match_Success: in MatchAndEmitInstruction()
592 return Match_Success; in validateTargetOperandClass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3082 return Match_Success; in checkTargetMatchPredicate()
4366 unsigned Result = Match_Success; in MatchAndEmitInstruction()
4374 if ((R == Match_Success) || in MatchAndEmitInstruction()
4385 if (R == Match_Success) in MatchAndEmitInstruction()
4389 if (Result == Match_Success) { in MatchAndEmitInstruction()
8285 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
8287 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
8289 return Operand.isLDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
8291 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
8293 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp298 case Match_Success: in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5764 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()
5910 return Match_Success; in checkTargetMatchPredicate()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp937 return Match_Success; in validateTargetOperandClass()
943 return Match_Success; in validateTargetOperandClass()
951 return Match_Success; in validateTargetOperandClass()
980 case Match_Success: in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp301 case Match_Success: in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10802 return Match_Success; in checkTargetMatchPredicate()
10846 Match_Success) { in MatchInstruction()
10882 return Match_Success; in MatchInstruction()
10886 return Match_Success; in MatchInstruction()
10890 return Match_Success; in MatchInstruction()
10899 Match_Success) { in MatchInstruction()
10906 return Match_Success; in MatchInstruction()
10934 case Match_Success: in MatchAndEmitInstruction()
12376 return Match_Success; in validateTargetOperandClass()
12384 return Match_Success; in validateTargetOperandClass()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4114 return Match_Success; in checkTargetMatchPredicate()
4169 case Match_Success: in MatchAndEmitATTInstruction()
4273 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitATTInstruction()
4299 if (Match[I] == Match_Success) in MatchAndEmitATTInstruction()
4517 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitIntelInstruction()
4527 if (M == Match_Success) in MatchAndEmitIntelInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1300 if (Res != Match_Success) in ParseDirectiveInsn()
1507 case Match_Success: in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1170 case Match_Success: in MatchAndEmitInstruction()
1749 return Match_Success; in validateTargetOperandClass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp661 case Match_Success: in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1012 case Match_Success: { in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5605 if (MatchResult != Match_Success) { in MatchAndEmitInstruction()
5629 case Match_Success: { in MatchAndEmitInstruction()
6726 return Match_Success; in validateTargetOperandClass()
6735 return Match_Success; in validateTargetOperandClass()