/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCTargetAsmParser.h | 117 struct ParseInstructionInfo { struct 120 ParseInstructionInfo() = default; argument 121 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites) in ParseInstructionInfo() argument 442 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 444 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 52 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 61 bool parseJccInstruction(ParseInstructionInfo &Info, StringRef Name, 327 bool MSP430AsmParser::parseJccInstruction(ParseInstructionInfo &Info, in parseJccInstruction() 388 bool MSP430AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 48 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 70 bool ParseInstructionWithSR(ParseInstructionInfo &Info, StringRef Name, 676 bool XtensaAsmParser::ParseInstructionWithSR(ParseInstructionInfo &Info, in ParseInstructionWithSR() 733 bool XtensaAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 46 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 488 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 63 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 626 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 72 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 962 bool M68kAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 65 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 1164 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo & /*Info*/, in ParseInstruction() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 183 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() 188 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, AsmToken ID, 1281 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 501 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 1394 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 77 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 1488 bool CSKYAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 80 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 874 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 62 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 968 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 50 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 796 bool LoongArchAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 153 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 1658 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 539 bool ParseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name, in ParseInstruction() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 118 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 2693 bool RISCVAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() 3144 ParseInstructionInfo Info; in parseDirectiveInsn()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 91 ParseInstructionInfo *InstInfo; 1292 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 3188 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 324 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 5090 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1594 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 6361 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 193 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 6995 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2324 ParseInstructionInfo IInfo(Info.AsmRewrites); in parseAndMatchAndEmitTargetInstruction()
|
H A D | MasmParser.cpp | 2659 ParseInstructionInfo IInfo(Info.AsmRewrites); in parseStatement()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 715 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, 7055 bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
|