Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type.cpp129 using MatrixTy = Ty __attribute__((matrix_type(Rows, Cols))); typedef in MatrixClassTemplate
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp214 class MatrixTy { class in __anone124444e0111::LowerMatrixIntrinsics
222 MatrixTy() in MatrixTy() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy
225 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy
228 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp2874 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr() local
2907 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15989 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixColumnMajorStore() local