Lines Matching refs:elementTy
1213 Type elementTy = getType(operands[1]); in processType() local
1214 if (!elementTy) { in processType()
1218 typeMap[operands[0]] = VectorType::get({operands[2]}, elementTy); in processType()
1300 Type elementTy = getType(operands[1]); in processArrayType() local
1301 if (!elementTy) { in processArrayType()
1322 elementTy, count, typeDecorations.lookup(operands[0])); in processArrayType()
1358 Type elementTy = getType(operands[1]); in processCooperativeMatrixType() local
1359 if (!elementTy) { in processCooperativeMatrixType()
1376 elementTy, scope.getValue(), rows, columns); in processCooperativeMatrixType()
1490 Type elementTy = getType(operands[1]); in processMatrixType() local
1491 if (!elementTy) { in processMatrixType()
1498 typeMap[operands[0]] = spirv::MatrixType::get(elementTy, colsCount); in processMatrixType()