Searched refs:parseInstruction (Results 1 – 4 of 4) sorted by relevance
178 bool parseInstruction(OperandVector &Operands);1158 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser1285 return parseInstruction(Operands); in ParseInstruction()
627 int parseInstruction(Instruction *&Inst, BasicBlock *BB,
546 bool parseInstruction(unsigned &OpCode, unsigned &Flags);1065 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse()1457 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
6696 switch (parseInstruction(Inst, BB, PFS)) { in parseBasicBlock()6843 int LLParser::parseInstruction(Instruction *&Inst, BasicBlock *BB, in parseInstruction() function in LLParser