Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp255 return getNumRows(); in getNumVectors()
266 unsigned getNumRows() const { in getNumRows() function in __anonf095cceb0111::LowerMatrixIntrinsics::MatrixTy
333 return getNumRows(); in getStride()
467 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix()
1056 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1205 unsigned R = Result.getNumRows(); in emitMatrixMultiply()
1878 SS << M->second.getNumRows(); in prettyPrintMatrixType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp95 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem()
702 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
H A DCGExprScalar.cpp739 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
1784 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in VisitMatrixSubscriptExpr()
H A DCGExpr.cpp3875 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
H A DCGDebugInfo.cpp2884 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
H A DCGBuiltin.cpp3108 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), in EmitBuiltinExpr()
3127 IsVolatile, ResultTy->getNumRows(), ResultTy->getNumColumns(), in EmitBuiltinExpr()
3147 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp870 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
H A DTypePrinter.cpp769 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
H A DASTContext.cpp2004 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
8644 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes()
H A DType.cpp1018 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DItaniumMangle.cpp3720 Rows = T->getNumRows(); in mangleType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td235 let Read = [{ node->getNumRows() }];
H A DType.h3471 unsigned getNumRows() const { return NumRows; }
3478 return getNumRows() * getNumColumns();
3492 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2127 if (MatrixParam->getNumRows() != MatrixArg->getNumRows() || in DeduceTemplateArgumentsByTypeMatch()
2200 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExpr.cpp4864 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr()
7418 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension()
12529 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands()
12537 LHSMatType->getNumRows(), in CheckMatrixMultiplyOperands()
H A DSemaChecking.cpp16430 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
16658 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
H A DTreeTransform.h5378 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()