| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCTargetAsmParser.h | 431 virtual bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 433 virtual bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function 435 return parseInstruction(Info, Name, Token.getLoc(), Operands); in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 46 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 493 bool BPFAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in BPFAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 52 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 388 bool MSP430AsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in MSP430AsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 180 bool parseInstruction(OperandVector &Operands); 185 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in __anon5fe924b40111::HexagonAsmParser 190 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, AsmToken ID, 1165 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser 1288 bool HexagonAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in HexagonAsmParser 1292 return parseInstruction(Operands); in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 50 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 791 bool XtensaAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in XtensaAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 62 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 629 bool AVRAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in AVRAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 73 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 967 bool M68kAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in M68kAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 64 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 1162 bool LanaiAsmParser::parseInstruction(ParseInstructionInfo & /*Info*/, in parseInstruction() function in LanaiAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 522 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 1463 bool SystemZAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in SystemZAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 60 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 978 bool VEAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in VEAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 77 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 1486 bool CSKYAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in CSKYAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 81 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 962 bool SparcAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in SparcAsmParser
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 630 int parseInstruction(Instruction *&Inst, BasicBlock *BB,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 152 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 1571 bool PPCAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in PPCAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 60 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 838 bool LoongArchAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in LoongArchAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 554 bool parseInstruction(unsigned &OpCode, unsigned &Flags); 1066 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse() 1459 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 580 bool parseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name, in parseInstruction() function in __anon9b7df71c0111::WebAssemblyAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 117 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 2907 bool RISCVAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in RISCVAsmParser 3412 if (parseInstruction(Info, FormatName, L, Operands)) in parseDirectiveInsn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1314 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 3211 bool X86AsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in X86AsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 334 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 5233 bool AArch64AsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in AArch64AsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1658 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 6744 bool AMDGPUAsmParser::parseInstruction(ParseInstructionInfo &Info, in parseInstruction() function in AMDGPUAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 192 bool parseInstruction(ParseInstructionInfo &Info, StringRef Name, 6989 bool MipsAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction() function in MipsAsmParser
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 6996 switch (parseInstruction(Inst, BB, PFS)) { in parseBasicBlock() 7143 int LLParser::parseInstruction(Instruction *&Inst, BasicBlock *BB, in parseInstruction() function in LLParser
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 2254 bool ParseHadError = getTargetParser().parseInstruction(IInfo, OpcodeStr, ID, in parseAndMatchAndEmitTargetInstruction()
|
| H A D | MasmParser.cpp | 2308 bool ParseHadError = getTargetParser().parseInstruction(IInfo, OpcodeStr, ID, in parseStatement()
|