Home
last modified time | relevance | path

Searched refs:getNumRows (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp289 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 DCodeGenTypes.cpp97 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem()
621 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
H A DCGExprScalar.cpp749 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
1825 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
H A DCGDebugInfo.cpp3190 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
H A DCGExpr.cpp4325 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
H A DCGBuiltin.cpp3802 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 DASTStructuralEquivalence.cpp1006 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
H A DASTContext.cpp1965 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 DTypePrinter.cpp815 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
H A DType.cpp1050 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DItaniumMangle.cpp4171 Rows = T->getNumRows(); in mangleType()
H A DASTImporter.cpp1742 *ToElementTypeOrErr, T->getNumRows(), T->getNumColumns()); in VisitConstantMatrixType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td235 let Read = [{ node->getNumRows() }];
H A DType.h3724 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 DSemaTemplateDeduction.cpp2080 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch()
2150 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExpr.cpp5285 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 DSemaChecking.cpp19727 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
19957 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
H A DTreeTransform.h5636 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()