Searched defs:parseInstruction (Results 1 – 11 of 11) sorted by relevance
293 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anon5fe483080111::Parser
293 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anon5772514e0111::Parser
293 spv_result_t Parser::parseInstruction() { in parseInstruction() function in __anonb55896420111::Parser
593 parseInstruction(void *data, const spv_parsed_instruction_t *ins) in parseInstruction() function in SPIRVKernelParser
789 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
1103 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser
1093 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser
1172 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
1440 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction() function in MIParser
1328 bool HexagonAsmParser::parseInstruction(OperandVector &Operands) { in parseInstruction() function in HexagonAsmParser
6256 int LLParser::parseInstruction(Instruction *&Inst, BasicBlock *BB, in parseInstruction() function in LLParser