| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 393 return getNumRows(); in getNumVectors() 404 unsigned getNumRows() const { in getNumRows() function in __anon2fd53cac0111::LowerMatrixIntrinsics::MatrixTy 471 return getNumRows(); in getStride() 569 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix() 1196 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() * in storeMatrix() 1531 unsigned R = Result.getNumRows(); in emitMatrixMultiply() 2262 SS << M->second.getNumRows(); in prettyPrintMatrixType()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 105 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem() 682 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
|
| H A D | CGExprScalar.cpp | 768 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul() 2002 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
|
| H A D | CGDebugInfo.cpp | 3316 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
|
| H A D | CGExpr.cpp | 4367 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
|
| H A D | CGBuiltin.cpp | 3982 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(), in EmitBuiltinExpr() 4003 ResultTy->getNumRows(), ResultTy->getNumColumns(), "matrix"); in EmitBuiltinExpr() 4024 MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1017 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 1998 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 9857 LHS->getNumRows() == RHS->getNumRows() && in areCompatMatrixTypes() 13359 assert(MX->getNumRows() == MY->getNumRows()); in getCommonNonSugarTypeNode() 13362 MX->getNumRows(), MX->getNumColumns()); in getCommonNonSugarTypeNode()
|
| H A D | TypePrinter.cpp | 850 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
|
| H A D | Type.cpp | 1104 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 4181 Rows = T->getNumRows(); in mangleType()
|
| H A D | ASTImporter.cpp | 1790 *ToElementTypeOrErr, T->getNumRows(), T->getNumColumns()); in VisitConstantMatrixType()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 261 let Read = [{ node->getNumRows() }];
|
| H A D | Type.h | 4207 unsigned getNumRows() const { return NumRows; } 4214 return getNumRows() * getNumColumns(); 4228 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2228 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch() 2299 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 5032 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false); in CreateBuiltinMatrixSubscriptExpr() 7466 return matSrcType->getNumRows() == matDestType->getNumRows() && in areMatrixTypesOfTheSameDimension() 12894 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands() 12909 LHSMatType->getNumRows(), RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
|
| H A D | SemaChecking.cpp | 14417 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose() 14647 if (Stride < MatrixTy->getNumRows()) { in BuiltinMatrixColumnMajorStore()
|
| H A D | TreeTransform.h | 5733 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|