| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 289 return getNumRows(); in getNumVectors() 300 unsigned getNumRows() const { in getNumRows() function in __anon04e69bad0111::LowerMatrixIntrinsics::MatrixTy 367 return getNumRows(); in getStride() 507 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix() 1177 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix() 1484 unsigned R = Result.getNumRows(); in emitMatrixMultiply() 2164 SS << M->second.getNumRows(); 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 | 749 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul() 1825 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
|
| H A D | CGDebugInfo.cpp | 3190 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
|
| H A D | CGExpr.cpp | 4325 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
|
| H A D | CGBuiltin.cpp | 3802 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), 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 | 1006 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 1965 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 9397 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes() 12855 assert(MX->getNumRows() == MY->getNumRows()); 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 | 1050 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 4171 Rows = T->getNumRows(); 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 | 235 let Read = [{ node->getNumRows() }];
|
| H A D | Type.h | 3724 unsigned getNumRows() const { return NumRows; } 3731 return getNumRows() * getNumColumns(); 3745 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2080 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch() 2150 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 5285 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr() 8302 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension() 13922 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands() 13937 LHSMatType->getNumRows(), RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
|
| H A D | SemaChecking.cpp | 19727 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose() 19957 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
|
| H A D | TreeTransform.h | 5636 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|