Home
last modified time | relevance | path

Searched refs:ParseInstruction (Results 1 – 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h442 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
444 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function
446 return ParseInstruction(Info, Name, Token.getLoc(), Operands); in ParseInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
HDBPFAsmParser.cpp46 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
488 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in BPFAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
HDMSP430AsmParser.cpp52 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
388 bool MSP430AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in MSP430AsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
HDXtensaAsmParser.cpp48 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
733 bool XtensaAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in XtensaAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
HDAVRAsmParser.cpp63 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
626 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AVRAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
HDM68kAsmParser.cpp72 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
962 bool M68kAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in M68kAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
HDLanaiAsmParser.cpp65 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1164 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo & /*Info*/, in ParseInstruction() function in LanaiAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp183 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in __anonb1f9962d0111::HexagonAsmParser
188 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, AsmToken ID,
1281 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in HexagonAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
HDVEAsmParser.cpp62 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
968 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in VEAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
HDCSKYAsmParser.cpp77 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1488 bool CSKYAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in CSKYAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp80 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
874 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SparcAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp501 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1394 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SystemZAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
HDLoongArchAsmParser.cpp50 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
796 bool LoongArchAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in LoongArchAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp153 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1658 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in PPCAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp539 bool ParseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name, in ParseInstruction() function in __anonfa40d1950111::WebAssemblyAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp118 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
2693 bool RISCVAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in RISCVAsmParser
3147 if (ParseInstruction(Info, FormatName, L, Operands)) in parseDirectiveInsn()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp1292 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3188 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in X86AsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp324 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
5090 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AArch64AsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1594 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
6361 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AMDGPUAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp193 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
6995 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in MipsAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp2325 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseAndMatchAndEmitTargetInstruction()
HDMasmParser.cpp2660 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseStatement()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp715 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
7055 bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in ARMAsmParser