Searched refs:parseInstruction (Results 1 – 6 of 6) sorted by relevance
109 spv_result_t parseInstruction();285 if (auto error = parseInstruction()) return error; in parseModule()293 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anon1abe9e3a0111::Parser
99 spv_result_t parseInstruction();275 if (auto error = parseInstruction()) return error; in parseModule()283 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anona71aa64f0111::Parser
99 spv_result_t parseInstruction();275 if (auto error = parseInstruction()) return error; in parseModule()283 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anond9c2ee3b0111::Parser
577 parseInstruction(void *data, const spv_parsed_instruction_t *ins) in parseInstruction() function in SPIRVKernelParser644 NULL, parseInstruction, &diagnostic); in parseBinary()
175 bool parseInstruction(OperandVector &Operands);1093 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser1220 return parseInstruction(Operands); in ParseInstruction()
537 bool parseInstruction(unsigned &OpCode, unsigned &Flags);941 if (Token.isError() || parseInstruction(OpCode, Flags)) in parse()1172 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser