Home
last modified time | relevance | path

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

/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 __anon1abe9e3a0111::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 __anona71aa64f0111::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 __anond9c2ee3b0111::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