Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h157 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
159 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function
161 return ParseInstruction(Info, Name, Token.getLoc(), Operands); in ParseInstruction()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCTargetAsmParser.h67 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.h72 void ParseInstruction(CXFA_Node* pXFANode,
Dcxfa_simple_parser.cpp939 ParseInstruction(pXFANode, static_cast<CFX_XMLInstruction*>(pXMLChild), in NormalLoader()
1238 void CXFA_SimpleParser::ParseInstruction(CXFA_Node* pXFANode, in ParseInstruction() function in CXFA_SimpleParser
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp66 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
485 ParseInstruction(StringRef Name, SMLoc NameLoc, in ParseInstruction() function in MBlazeAsmParser
/external/pdfium/core/fxcrt/xml/
Dcfx_saxreader.h116 void ParseInstruction();
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp392 TargetParser->ParseInstruction(instName, instLoc, operands)) in parseInst()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp404 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
706 bool SystemZAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SystemZAsmParser
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp90 virtual bool ParseInstruction(StringRef Name, SMLoc NameLoc,
658 ParseInstruction(StringRef Name, SMLoc NameLoc, in ParseInstruction() function in X86ATTAsmParser
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp48 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1136 bool LanaiAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in llvm::__anon737eca8c0111::LanaiAsmParser
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h341 int ParseInstruction(Instruction *&Inst, BasicBlock *BB,
DLLParser.cpp2837 switch (ParseInstruction(Inst, BB, PFS)) { in ParseBasicBlock()
2872 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB, in ParseInstruction() function in LLParser
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp54 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
614 bool SparcAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in SparcAsmParser
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp160 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in __anon13e295d60111::HexagonAsmParser
165 virtual bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1451 bool HexagonAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in HexagonAsmParser
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc65 bool ParseInstruction(HloComputation::Builder* builder, string* root_name);
397 if (!ParseInstruction(builder, root_name)) { in ParseInstructionList()
406 bool HloParser::ParseInstruction(HloComputation::Builder* builder, in ParseInstruction() function in xla::tools::__anon9449f1f20111::HloParser
/external/llvm/lib/AsmParser/
DLLParser.h461 int ParseInstruction(Instruction *&Inst, BasicBlock *BB,
DLLParser.cpp4893 switch (ParseInstruction(Inst, BB, PFS)) { in ParseBasicBlock()
4928 int LLParser::ParseInstruction(Instruction *&Inst, BasicBlock *BB, in ParseInstruction() function in LLParser
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp303 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1665 bool PPCAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in PPCAsmParser
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp653 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
1500 bool AMDGPUAsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AMDGPUAsmParser
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp817 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
2166 bool X86AsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in X86AsmParser
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1193 bool HadError = getTargetParser().ParseInstruction(Opcode.str(), IDLoc, in ParseStatement()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp132 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
3282 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction() function in AArch64AsmParser
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp229 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
3754 bool ARMAsmParser::ParseInstruction(StringRef Name, SMLoc NameLoc, in ParseInstruction() function in ARMAsmParser
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp146 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
4841 bool MipsAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() function in MipsAsmParser
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1853 bool HadError = getTargetParser().ParseInstruction(IInfo, OpcodeStr, ID, in parseStatement()

12