Searched defs:MatrixTy (Results 1 – 4 of 4) sorted by relevance
251 class MatrixTy { global() class in __anonf1ff33490111::LowerMatrixIntrinsics 259 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} MatrixTy() function in __anonf1ff33490111::LowerMatrixIntrinsics::MatrixTy 260 MatrixTy(ArrayRef<Value *> Vectors) MatrixTy() function in __anonf1ff33490111::LowerMatrixIntrinsics::MatrixTy 263 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) MatrixTy() function in __anonf1ff33490111::LowerMatrixIntrinsics::MatrixTy [all...]
1824 const auto *MatrixTy = E->getBase()->getType()->castAs<ConstantMatrixType>(); VisitMatrixSubscriptExpr() local
3799 auto *MatrixTy = E->getArg(0)->getType()->castAs<ConstantMatrixType>(); EmitBuiltinExpr() local 3833 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); EmitBuiltinExpr() local
19897 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); SemaBuiltinMatrixColumnMajorStore() local