Searched refs:parseInstruction (Results 1 – 7 of 7) sorted by relevance
88 spv_result_t parseInstruction();262 if (auto error = parseInstruction()) return error; in parseModule()270 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anon107683c20111::Parser
109 spv_result_t parseInstruction();285 if (auto error = parseInstruction()) return error; in parseModule()293 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anon1425f2d80111::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 __anon8c35182d0111::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 __anon26985a190111::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