Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp251 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...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1824 const auto *MatrixTy = E->getBase()->getType()->castAs<ConstantMatrixType>(); VisitMatrixSubscriptExpr() local
H A DCGBuiltin.cpp3799 auto *MatrixTy = E->getArg(0)->getType()->castAs<ConstantMatrixType>(); EmitBuiltinExpr() local
3833 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); EmitBuiltinExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp19897 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); SemaBuiltinMatrixColumnMajorStore() local