| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 72 def MatrixType : TypeNode<Type, 1>; 73 def ConstantMatrixType : TypeNode<MatrixType>; 74 def DependentSizedMatrixType : TypeNode<MatrixType>, AlwaysDependent;
|
| H A D | Attr.td | 3200 def MatrixType : TypeAttr {
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 279 MatrixType, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 277 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, MatrixType, OS) in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 306 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() function in MatrixType 332 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType() 340 : MatrixType(DependentSizedMatrix, ElementType, CanonicalType, RowExpr, in DependentSizedMatrixType() 2176 if (const auto *VT = dyn_cast<MatrixType>(CanonicalType)) in hasUnsignedIntegerRepresentation() 2198 if (const auto *MT = dyn_cast<MatrixType>(CanonicalType)) in hasFloatingRepresentation()
|
| H A D | ASTContext.cpp | 4172 assert(MatrixType::isValidElementType(ElementTy) && in getConstantMatrixType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3670 class MatrixType : public Type, public llvm::FoldingSetNode { 3677 MatrixType(QualType ElementTy, QualType CanonElementTy); 3679 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy, 3706 class ConstantMatrixType final : public MatrixType { 3719 ConstantMatrixType(TypeClass typeClass, QualType MatrixType, unsigned NRows, 3765 class DependentSizedMatrixType final : public MatrixType { 7201 return isa<MatrixType>(CanonicalType);
|
| H A D | TypeProperties.td | 227 let Class = MatrixType in {
|
| H A D | TypeLoc.h | 1874 MatrixType, MatrixTypeLocInfo> {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 3100 if (DestType->getAs<MatrixType>() || SrcType->getAs<MatrixType>()) { in CheckCStyleCast()
|
| H A D | SemaTemplateDeduction.cpp | 2092 const auto *MA = A->getAs<MatrixType>(); in DeduceTemplateArgumentsByTypeMatch() 2105 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 13876 const MatrixType *LHSMatType = LHSType->getAs<MatrixType>(); in CheckMatrixElementwiseOperands() 13877 const MatrixType *RHSMatType = RHSType->getAs<MatrixType>(); in CheckMatrixElementwiseOperands()
|
| H A D | SemaOverload.cpp | 9285 AddCandidate(M1, cast<MatrixType>(M1)->getElementType()); in addMatrixBinaryArithmeticOverloads() 9290 AddCandidate(cast<MatrixType>(M2)->getElementType(), M2); in addMatrixBinaryArithmeticOverloads()
|
| H A D | SemaType.cpp | 2889 !MatrixType::isValidElementType(ElementTy)) { in BuildMatrixType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2622 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) in EmitAsmStmt()
|
| H A D | CGCall.cpp | 2234 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy)) in DetermineNoUndef()
|
| H A D | CGExprScalar.cpp | 1251 SrcElementType = SrcType->castAs<MatrixType>()->getElementType(); in EmitScalarCast() 1252 DstElementType = DstType->castAs<MatrixType>()->getElementType(); in EmitScalarCast()
|