Home
last modified time | relevance | path

Searched defs:matrixType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp172 auto matrixType = cast<LLVM::LLVMStructType>(adaptor.getSrc().getType()); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp123 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 DSPIRVOps.cpp1693 __anon296944940a02(auto matrixType) verify() argument
[all...]
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp674 if (auto matrixType = dyn_cast<spirv::MatrixType>(type)) { prepareBasicType() local
/llvm-project/clang/lib/AST/
H A DType.cpp322 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...]