Searched refs:parseInstruction (Results 1 – 4 of 4) sorted by relevance
177 bool parseInstruction(OperandVector &Operands);1104 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser1231 return parseInstruction(Operands); in ParseInstruction()
563 int parseInstruction(Instruction *&Inst, BasicBlock *BB,
535 bool parseInstruction(unsigned &OpCode, unsigned &Flags);976 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse()1225 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
6111 switch (parseInstruction(Inst, BB, PFS)) { in parseBasicBlock()6148 int LLParser::parseInstruction(Instruction *&Inst, BasicBlock *BB, in parseInstruction() function in LLParser