| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 291 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 D | CodeGenTypes.cpp | 96 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem() 724 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
|
| H A D | CGExprScalar.cpp | 749 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(), in EmitMul() 1817 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr()
|
| H A D | CGExpr.cpp | 3940 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
|
| H A D | CGDebugInfo.cpp | 3045 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows())); in CreateType()
|
| H A D | CGBuiltin.cpp | 3206 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 D | ASTStructuralEquivalence.cpp | 922 Mat1->getNumRows() != Mat2->getNumRows() || in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 2035 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 D | TypePrinter.cpp | 784 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
|
| H A D | Type.cpp | 1028 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 3794 Rows = T->getNumRows(); in mangleType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 235 let Read = [{ node->getNumRows() }];
|
| H A D | Type.h | 3607 unsigned getNumRows() const { return NumRows; } 3614 return getNumRows() * getNumColumns(); 3628 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2050 if (MP->getNumRows() != MA->getNumRows() || in DeduceTemplateArgumentsByTypeMatch() 2120 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 5036 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 D | SemaChecking.cpp | 17882 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose() 18112 if (Stride < MatrixTy->getNumRows()) { in SemaBuiltinMatrixColumnMajorStore()
|
| H A D | TreeTransform.h | 5538 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|