| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 436 return getNumRows(); in getNumVectors() 447 unsigned getNumRows() const { in getNumRows() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy 514 return getNumRows(); in getStride() 518 ShapeInfo shape() const { return {getNumRows(), getNumColumns()}; } in shape() 616 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix() 1369 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix() 1716 unsigned R = Result.getNumRows(); in emitMatrixMultiply() 2473 SS << M->second.getNumRows(); in prettyPrintMatrixType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 108 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem() 675 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
|
| H A D | CGBuiltin.cpp | 4174 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), in EmitBuiltinExpr() 4195 ResultTy->getNumRows(), ResultTy->getNumColumns(), "matrix"); in EmitBuiltinExpr() 4216 MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
|
| H A D | CGExprScalar.cpp | 805 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul() 2088 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
|
| H A D | CGExpr.cpp | 4677 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
|
| H A D | CGDebugInfo.cpp | 3540 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1091 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 2156 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 10486 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes() 14158 assert(MX->getNumRows() == MY->getNumRows()); in getCommonNonSugarTypeNode() 14161 MX->getNumRows(), MX->getNumColumns()); in getCommonNonSugarTypeNode()
|
| H A D | TypePrinter.cpp | 857 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
|
| H A D | MicrosoftMangle.cpp | 3558 Extra.mangleIntegerLiteral(llvm::APSInt::getUnsigned(T->getNumRows())); in mangleType()
|
| H A D | Type.cpp | 1154 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 4401 Rows = T->getNumRows(); in mangleType()
|
| H A D | ASTImporter.cpp | 2058 *ToElementTypeOrErr, T->getNumRows(), T->getNumColumns()); in VisitConstantMatrixType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 246 let Read = [{ node->getNumRows() }];
|
| H A D | Type.h | 4317 unsigned getNumRows() const { return NumRows; } 4324 return getNumRows() * getNumColumns(); 4338 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2298 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch() 2372 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 5130 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr() 7622 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension() 13260 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands() 13275 LHSMatType->getNumRows(), RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
|
| H A D | SemaChecking.cpp | 15886 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose() 16118 if (Stride < MatrixTy->getNumRows()) { in BuiltinMatrixColumnMajorStore()
|
| H A D | TreeTransform.h | 5961 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|