Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h399 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
401 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function
403 return ParseInstruction(Info, Name, Token.getLoc(), Operands); in ParseInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp45 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
462 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in BPFAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp51 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
389 bool MSP430AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in MSP430AsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp47 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
599 bool CSKYAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in CSKYAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp58 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
616 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AVRAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp71 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
752 bool M68kAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in M68kAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp66 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1183 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo & /*Info*/, in ParseInstruction() function in LanaiAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp182 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in __anonc4f593b50111::HexagonAsmParser
187 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, AsmToken ID,
1227 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in HexagonAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp490 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1364 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SystemZAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp73 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
713 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SparcAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp61 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
961 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in VEAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp152 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1503 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in PPCAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp512 bool ParseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name, in ParseInstruction() function in __anonb605d71d0111::WebAssemblyAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp90 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1761 bool RISCVAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in RISCVAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1260 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3021 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in X86AsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp295 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3981 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AArch64AsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1437 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
5334 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AMDGPUAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp191 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
6931 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in MipsAsmParser
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2309 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseAndMatchAndEmitTargetInstruction()
H A DMasmParser.cpp2558 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseStatement()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp697 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
7038 bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in ARMAsmParser