Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type.cpp118 using MatrixTy = Ty __attribute__((matrix_type(Rows, Cols))); typedef in MatrixClassTemplate
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp355 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) class in __anon5e2d3a8a0111::LowerMatrixIntrinsics
363 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} MatrixTy() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy
364 MatrixTy(ArrayRef<Value *> Vectors) MatrixTy() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy
367 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) MatrixTy() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2000 const auto *MatrixTy = E->getBase()->getType()->castAs<ConstantMatrixType>(); VisitMatrixSubscriptExpr() local
H A DCGBuiltin.cpp3890 auto *MatrixTy = E->getArg(0)->getType()->castAs<ConstantMatrixType>(); EmitBuiltinExpr() local
3924 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); EmitBuiltinExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14609 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); BuiltinMatrixColumnMajorStore() local