Searched refs:vec_inst (Results 1 – 4 of 4) sorted by relevance
1154 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local1155 assert(vec_inst); in GetMatrixTypeInfo()1157 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()1163 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()1165 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
1136 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local1137 assert(vec_inst); in GetMatrixTypeInfo()1139 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()1145 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()1147 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
1171 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local1172 assert(vec_inst); in GetMatrixTypeInfo()1174 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()1180 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()1182 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
3194 vec_inst = ('vec' + str(i),) variable3206 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),3211 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')