Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp249 return getNumRows(); in getNumVectors()
260 unsigned getNumRows() const { in getNumRows() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy
322 return getNumRows(); in getStride()
438 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix()
883 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1031 unsigned R = Result.getNumRows(); in emitMatrixMultiply()
1680 SS << M->second.getNumRows(); in prettyPrintMatrixType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp95 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem()
702 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
H A DCGExprScalar.cpp737 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
1763 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in VisitMatrixSubscriptExpr()
H A DCGDebugInfo.cpp2903 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
H A DCGExpr.cpp3875 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
H A DCGBuiltin.cpp3027 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), in EmitBuiltinExpr()
3046 IsVolatile, ResultTy->getNumRows(), ResultTy->getNumColumns(), in EmitBuiltinExpr()
3066 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp869 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
H A DTypePrinter.cpp769 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
H A DASTContext.cpp1989 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
8625 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes()
H A DType.cpp1018 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DItaniumMangle.cpp3710 Rows = T->getNumRows(); in mangleType()
/netbsd-src/external/apache2/llvm/dist/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(),
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2127 if (MatrixParam->getNumRows() != MatrixArg->getNumRows() || in DeduceTemplateArgumentsByTypeMatch()
2200 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExpr.cpp4827 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr()
7354 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension()
12408 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands()
12416 LHSMatType->getNumRows(), in CheckMatrixMultiplyOperands()
H A DSemaChecking.cpp16089 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
16317 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
H A DTreeTransform.h5355 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()