Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp215 class MatrixTy { class in __anon2dace2cf0111::LowerMatrixIntrinsics
223 MatrixTy() in MatrixTy() function in __anon2dace2cf0111::LowerMatrixIntrinsics::MatrixTy
226 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy() function in __anon2dace2cf0111::LowerMatrixIntrinsics::MatrixTy
229 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy() function in __anon2dace2cf0111::LowerMatrixIntrinsics::MatrixTy
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp3105 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr() local
3138 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp16599 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixColumnMajorStore() local