Home
last modified time | relevance | path

Searched refs:getColumnType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp115 .Case<MatrixType>([](MatrixType type) { return type.getColumnType(); }) in getElementType()
1137 Type MatrixType::getColumnType() const { return getImpl()->columnType; } in getColumnType() function in MatrixType
1155 getColumnType().cast<SPIRVType>().getExtensions(extensions, storage); in getExtensions()
1167 getColumnType().cast<SPIRVType>().getCapabilities(capabilities, storage); in getCapabilities()
H A DSPIRVDialect.cpp863 os << "matrix<" << type.getNumColumns() << " x " << type.getColumnType(); in print()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h440 Type getColumnType() const;
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp598 if (failed(processTypeImpl(loc, matrixType.getColumnType(), elementTypeID, in prepareBasicType()