Home
last modified time | relevance | path

Searched refs:parseInstruction (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp172 bool parseInstruction(OperandVector &Operands);
1103 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser
1230 return parseInstruction(Operands); in ParseInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h593 int parseInstruction(Instruction *&Inst, BasicBlock *BB,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp544 bool parseInstruction(unsigned &OpCode, unsigned &Flags);
1039 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse()
1440 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6219 switch (parseInstruction(Inst, BB, PFS)) { in parseBasicBlock()
6256 int LLParser::parseInstruction(Instruction *&Inst, BasicBlock *BB, in parseInstruction() function in LLParser