Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp88 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
/third_party/spirv-tools/source/
Dbinary.cpp109 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
/third_party/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp99 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
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp99 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
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp577 parseInstruction(void *data, const spv_parsed_instruction_t *ins) in parseInstruction() function in SPIRVKernelParser
644 NULL, parseInstruction, &diagnostic); in parseBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp175 bool parseInstruction(OperandVector &Operands);
1093 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser
1220 return parseInstruction(Operands); in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp537 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