| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 254 return getNumColumns(); in getNumVectors() 258 unsigned getNumColumns() const { in getNumColumns() function in __anonf095cceb0111::LowerMatrixIntrinsics::MatrixTy 334 return getNumColumns(); in getStride() 467 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns()) in getMatrix() 1057 StoreVal.getNumColumns()); in storeMatrix() 1206 unsigned C = Result.getNumColumns(); in emitMatrixMultiply() 1207 unsigned M = A.getNumColumns(); in emitMatrixMultiply() 1880 SS << M->second.getNumColumns(); in prettyPrintMatrixType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 95 MT->getNumRows() * MT->getNumColumns()); in ConvertTypeForMem() 702 MT->getNumRows() * MT->getNumColumns()); in ConvertType()
|
| H A D | CGExprScalar.cpp | 740 LHSMatTy->getNumColumns(), in EmitMul() 741 RHSMatTy->getNumColumns()); in EmitMul()
|
| H A D | CGDebugInfo.cpp | 2881 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumColumns())); in CreateType()
|
| H A D | CGBuiltin.cpp | 3109 MatrixTy->getNumColumns()); in EmitBuiltinExpr() 3127 IsVolatile, ResultTy->getNumRows(), ResultTy->getNumColumns(), in EmitBuiltinExpr() 3147 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns()); in EmitBuiltinExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 871 Mat1->getNumColumns() != Mat2->getNumColumns()) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 769 OS << T->getNumRows() << ", " << T->getNumColumns(); in printConstantMatrixBefore()
|
| H A D | ASTContext.cpp | 2004 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns(); in getTypeInfoImpl() 8645 LHS->getNumColumns() == RHS->getNumColumns(); in areCompatMatrixTypes()
|
| H A D | Type.cpp | 1019 T->getNumColumns()); in VisitConstantMatrixType()
|
| H A D | ItaniumMangle.cpp | 3723 Columns = T->getNumColumns(); in mangleType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 238 let Read = [{ node->getNumColumns() }];
|
| H A D | Type.h | 3474 unsigned getNumColumns() const { return NumColumns; } 3478 return getNumRows() * getNumColumns(); 3492 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2128 MatrixParam->getNumColumns() != MatrixArg->getNumColumns()) { in DeduceTemplateArgumentsByTypeMatch() 2206 &ConstantMatrixType::getNumColumns, in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExpr.cpp | 4865 ColumnIdx = IsIndexValid(ColumnIdx, MTy->getNumColumns(), true); in CreateBuiltinMatrixSubscriptExpr() 7419 matSrcType->getNumColumns() == matDestType->getNumColumns(); in areMatrixTypesOfTheSameDimension() 12529 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows()) in CheckMatrixMultiplyOperands() 12538 RHSMatType->getNumColumns()); in CheckMatrixMultiplyOperands()
|
| H A D | SemaChecking.cpp | 16430 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
|
| H A D | TreeTransform.h | 5378 ElementType, T->getNumRows(), T->getNumColumns()); in TransformConstantMatrixType()
|