Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp291 return getNumRows(); in getNumVectors()
302 unsigned getNumRows() const { in getNumRows() function in __anon3dc75aee0111::LowerMatrixIntrinsics::MatrixTy
369 return getNumRows(); in getStride()
509 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix()
1178 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix()
1329 unsigned R = Result.getNumRows(); in emitMatrixMultiply()
2010 SS << M->second.getNumRows(); in prettyPrintMatrixType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp96 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem()
724 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
H A DCGExprScalar.cpp749 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul()
1817 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
H A DCGExpr.cpp3940 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
H A DCGDebugInfo.cpp3045 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
H A DCGBuiltin.cpp3206 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), in EmitBuiltinExpr()
3226 ResultTy->getNumRows(), ResultTy->getNumColumns(), in EmitBuiltinExpr()
3246 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp922 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
H A DASTContext.cpp2035 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl()
9387 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes()
12714 assert(MX->getNumRows() == MY->getNumRows()); in getCommonNonSugarTypeNode()
12717 MX->getNumRows(), MX->getNumColumns()); in getCommonNonSugarTypeNode()
H A DTypePrinter.cpp784 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
H A DType.cpp1028 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DItaniumMangle.cpp3794 Rows = T->getNumRows(); in mangleType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td235 let Read = [{ node->getNumRows() }];
H A DType.h3607 unsigned getNumRows() const { return NumRows; }
3614 return getNumRows() * getNumColumns();
3628 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2050 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch()
2120 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExpr.cpp5036 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr()
7954 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension()
13477 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands()
13492 LHSMatType->getNumRows(), RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
H A DSemaChecking.cpp17882 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
18112 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
H A DTreeTransform.h5538 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()