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

12

/external/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h144 /// ParseInstruction - Parse one assembly instruction.
157 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
159 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:llvm::MCTargetAsmParser
161 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCTargetAsmParser.h54 /// ParseInstruction - Parse one assembly instruction.
67 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_simple_parser.h72 void ParseInstruction(CXFA_Node* pXFANode,
H A Dcxfa_simple_parser.cpp939 ParseInstruction(pXFANode, static_cast<CFX_XMLInstruction*>(pXMLChild),
1238 void CXFA_SimpleParser::ParseInstruction(CXFA_Node* pXFANode, function in class:CXFA_SimpleParser
/external/pdfium/core/fxcrt/xml/
H A Dcfx_saxreader.h116 void ParseInstruction();
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp66 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
485 ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:MBlazeAsmParser
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp392 TargetParser->ParseInstruction(instName, instLoc, operands))
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h341 int ParseInstruction(Instruction *&Inst, BasicBlock *BB,
H A DLLParser.cpp2837 switch (ParseInstruction(Inst, BB, PFS)) {
2838 default: assert(0 && "Unknown ParseInstruction result!");
2870 /// ParseInstruction - Parse one of the many different instructions.
2872 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB,
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp404 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
706 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:SystemZAsmParser
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp90 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
658 ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:X86ATTAsmParser
/external/llvm/lib/AsmParser/
H A DLLParser.h461 int ParseInstruction(Instruction *&Inst, BasicBlock *BB,
H A DLLParser.cpp4893 switch (ParseInstruction(Inst, BB, PFS)) {
4894 default: llvm_unreachable("Unknown ParseInstruction result!");
4926 /// ParseInstruction - Parse one of the many different instructions.
4928 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB,
/external/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp48 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1136 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:llvm::__anon14393::LanaiAsmParser
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp54 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
614 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:SparcAsmParser
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp160 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
165 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1451 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:HexagonAsmParser
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_parser.cc65 bool ParseInstruction(HloComputation::Builder* builder, string* root_name);
397 if (!ParseInstruction(builder, root_name)) {
406 bool HloParser::ParseInstruction(HloComputation::Builder* builder, function in class:xla::tools::__anon25803::HloParser
/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp653 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1500 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:AMDGPUAsmParser
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp303 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1665 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:PPCAsmParser
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp817 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
2166 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:X86AsmParser
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp1193 bool HadError = getTargetParser().ParseInstruction(Opcode.str(), IDLoc,
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp132 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3280 /// ParseInstruction - Parse an AArch64 instruction mnemonic followed by its
3282 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, function in class:AArch64AsmParser
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp229 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
3754 bool ARMAsmParser::ParseInstruction(StringRef Name, SMLoc NameLoc, function in class:__anon22814::ARMAsmParser
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp146 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
4841 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, function in class:MipsAsmParser
4844 DEBUG(dbgs() << "ParseInstruction\n");
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1853 bool HadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID,

Completed in 1905 milliseconds

12