Home
last modified time | relevance | path

Searched refs:Match_MissingFeature (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h319 Match_MissingFeature, enumerator
/llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp303 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4201 case Match_MissingFeature: in MatchAndEmitATTInstruction()
4271 if (Match[I] == Match_MissingFeature) in MatchAndEmitATTInstruction()
4366 if (llvm::count(Match, Match_MissingFeature) == 1) { in MatchAndEmitATTInstruction()
4367 ErrorInfo = Match_MissingFeature; in MatchAndEmitATTInstruction()
4492 if (Match.back() == Match_MissingFeature) in MatchAndEmitIntelInstruction()
4508 if (Match.back() == Match_MissingFeature) in MatchAndEmitIntelInstruction()
4575 if (llvm::count(Match, Match_MissingFeature) == 1) { in MatchAndEmitIntelInstruction()
4576 ErrorInfo = Match_MissingFeature; in MatchAndEmitIntelInstruction()
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp451 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp333 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp1001 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1030 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp665 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp673 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1544 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp776 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp672 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1163 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4724 (R == Match_MissingFeature && Result != Match_PreferE32) || in MatchAndEmitInstruction()
4725 (R == Match_InvalidOperand && Result != Match_MissingFeature in MatchAndEmitInstruction()
4728 && Result != Match_MissingFeature in MatchAndEmitInstruction()
4753 case Match_MissingFeature: in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp571 case Match_MissingFeature: in matchOneInstruction()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1083 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5138 case Match_MissingFeature: in showMatchError()
5810 case Match_MissingFeature: { in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5939 case Match_MissingFeature: in MatchAndEmitInstruction()