Searched refs:ParseInstruction (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h53 /// ParseInstruction - Parse one assembly instruction.
66 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp70 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
487 ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:MBlazeAsmParser
/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp370 TargetParser->ParseInstruction(instName, instLoc, operands))
/external/llvm/lib/AsmParser/
H A DLLParser.h345 int ParseInstruction(Instruction *&Inst, BasicBlock *BB,
H A DLLParser.cpp2885 switch (ParseInstruction(Inst, BB, PFS)) {
2886 default: llvm_unreachable("Unknown ParseInstruction result!");
2918 /// ParseInstruction - Parse one of the many different instructions.
2920 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB,
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp50 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
815 ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:MipsAsmParser
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp117 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
987 ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:X86AsmParser
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp546 bool HadError = TargetParser->ParseInstruction(OpcodeStr.str(), IDLoc,
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1315 bool HadError = getTargetParser().ParseInstruction(Opcode.str(), IDLoc,
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp256 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
4954 bool ARMAsmParser::ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:__anon8852::ARMAsmParser

Completed in 1346 milliseconds