| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 288 return getNumColumns(); in getNumVectors() 292 unsigned getNumColumns() const { in getNumColumns() function in __anon04e69bad0111::LowerMatrixIntrinsics::MatrixTy 368 return getNumColumns(); in getStride() 507 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix() 1178 StoreVal.getNumColumns()); in storeMatrix() 1485 unsigned C = Result.getNumColumns(); in emitMatrixMultiply() 1486 unsigned M = A.getNumColumns(); in emitMatrixMultiply() 2166 SS << M->second.getNumColumns(); in prettyPrintMatrixType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 97 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem() 621 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
|
| H A D | CGExprScalar.cpp | 750 LHSMatTy->getNumColumns(), in EmitMul() 751 RHSMatTy->getNumColumns()); in EmitMul()
|
| H A D | CGDebugInfo.cpp | 3187 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumColumns())); in CreateType()
|
| H A D | CGBuiltin.cpp | 3803 MatrixTy->getNumColumns()); in EmitBuiltinExpr() 3822 ResultTy->getNumRows(), ResultTy->getNumColumns(), in EmitBuiltinExpr() 3842 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1007 Mat1->getNumColumns() != Mat2->getNumColumns()) in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 1965 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 9398 LHS->getNumColumns() == RHS->getNumColumns(); in areCompatMatrixTypes() 12856 assert(MX->getNumColumns() == MY->getNumColumns()); in getCommonNonSugarTypeNode() 12858 MX->getNumRows(), MX->getNumColumns()); in getCommonNonSugarTypeNode()
|
| H A D | TypePrinter.cpp | 815 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
|
| H A D | Type.cpp | 1051 T->getNumColumns()); in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 4174 Columns = T->getNumColumns(); in mangleType()
|
| H A D | ASTImporter.cpp | 1742 *ToElementTypeOrErr, T->getNumRows(), T->getNumColumns()); in VisitConstantMatrixType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 238 let Read = [{ node->getNumColumns() }];
|
| H A D | Type.h | 3727 unsigned getNumColumns() const { return NumColumns; } 3731 return getNumRows() * getNumColumns(); 3745 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2081 MP->getNumColumns() != MA->getNumColumns()) { in DeduceTemplateArgumentsByTypeMatch() 2155 &ConstantMatrixType::getNumColumns, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 5286 ColumnIdx = IsIndexValid(ColumnIdx, MTy->getNumColumns(), true); in CreateBuiltinMatrixSubscriptExpr() 8303 matSrcType->getNumColumns() == matDestType->getNumColumns(); in areMatrixTypesOfTheSameDimension() 13922 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands() 13937 LHSMatType->getNumRows(), RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
|
| H A D | TreeTransform.h | 5636 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|
| H A D | SemaChecking.cpp | 19727 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
|