Searched defs:matrixType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | WmmaOpsToNvvm.cpp | 172 auto matrixType = cast<LLVM::LLVMStructType>(adaptor.getSrc().getType()); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 123 return matrixType.getNumColumns(); in getNumElements() local 751 } else if (auto matrixType = llvm::dyn_cast<MatrixType>(*this)) { getExtensions() local 771 } else if (auto matrixType = llvm::dyn_cast<MatrixType>(*this)) { getCapabilities() local
|
H A D | SPIRVOps.cpp | 1693 __anon296944940a02(auto matrixType) verify() argument [all...] |
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 674 if (auto matrixType = dyn_cast<spirv::MatrixType>(type)) { prepareBasicType() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 322 MatrixType(TypeClass tc,QualType matrixType,QualType canonType,const Expr * RowExpr,const Expr * ColumnExpr) MatrixType() argument 340 ConstantMatrixType(QualType matrixType,unsigned nRows,unsigned nColumns,QualType canonType) ConstantMatrixType() argument 345 ConstantMatrixType(TypeClass tc,QualType matrixType,unsigned nRows,unsigned nColumns,QualType canonType) ConstantMatrixType() argument [all...] |