HomeSort by: relevance | last modified time | path
    Searched refs:ParseInstruction (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 386 /// ParseInstruction - Parse one assembly instruction.
399 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
401 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
403 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
BPFAsmParser.cpp 45 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
460 /// ParseInstruction - Parse an BPF instruction which is in BPF verifier
462 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp 47 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
599 bool CSKYAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
MSP430AsmParser.cpp 51 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
389 bool MSP430AsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
AVRAsmParser.cpp 58 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
616 bool AVRAsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
M68kAsmParser.cpp 71 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
752 bool M68kAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 66 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1183 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo & /*Info*/,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 177 bool parseInstruction(OperandVector &Operands);
182 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
187 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, AsmToken ID,
1104 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) {
1227 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info,
1231 return parseInstruction(Operands);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 73 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
713 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 490 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1364 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
VEAsmParser.cpp 61 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
961 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
WebAssemblyAsmParser.cpp 512 bool ParseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 152 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1503 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 90 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1761 bool RISCVAsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1260 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3021 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 295 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3979 /// ParseInstruction - Parse an AArch64 instruction mnemonic followed by its
3981 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1437 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
5334 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 191 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
6931 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
6934 LLVM_DEBUG(dbgs() << "ParseInstruction\n");
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 193 /// This routine uses the target specific ParseInstruction function to
2309 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID,
2328 // Fail even if ParseInstruction erroneously returns false.
MasmParser.cpp 2558 bool ParseHadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID,
2577 // Fail even if ParseInstruction erroneously returns false.
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 697 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
7038 bool ARMAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,

Completed in 80 milliseconds