HomeSort by: relevance | last modified time | path
    Searched refs:getNumRows (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 249 return getNumRows();
256 assert(Vectors.size() > 0 && "Cannot call getNumRows without columns");
260 unsigned getNumRows() const {
262 assert(Vectors.size() > 0 && "Cannot call getNumRows without columns");
322 return getNumRows();
438 if (SI.NumRows == M.getNumRows() && SI.NumColumns == M.getNumColumns())
883 auto *TileTy = FixedVectorType::get(EltTy, StoreVal.getNumRows() *
1031 unsigned R = Result.getNumRows();
1680 SS << M->second.getNumRows();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 95 MT->getNumRows() * MT->getNumColumns());
702 MT->getNumRows() * MT->getNumColumns());
CGExprScalar.cpp 737 return MB.CreateMatrixMultiply(Ops.LHS, Ops.RHS, LHSMatTy->getNumRows(),
1763 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows());
CGDebugInfo.cpp 2903 llvm::Type::getInt64Ty(CGM.getLLVMContext()), Ty->getNumRows()));
CGExpr.cpp 3875 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows());
CGBuiltin.cpp 3027 Value *Result = MB.CreateMatrixTranspose(MatValue, MatrixTy->getNumRows(),
3046 IsVolatile, ResultTy->getNumRows(), ResultTy->getNumColumns(),
3066 Stride, IsVolatile, MatrixTy->getNumRows(), MatrixTy->getNumColumns());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 869 Mat1->getNumRows() != Mat2->getNumRows() ||
TypePrinter.cpp 769 OS << T->getNumRows() << ", " << T->getNumColumns();
ASTContext.cpp 1989 Width = ElementInfo.Width * MT->getNumRows() * MT->getNumColumns();
8625 LHS->getNumRows() == RHS->getNumRows() &&
Type.cpp 1018 return Ctx.getConstantMatrixType(elementType, T->getNumRows(),
ItaniumMangle.cpp 3710 Rows = T->getNumRows();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3471 unsigned getNumRows() const { return NumRows; }
3478 return getNumRows() * getNumColumns();
3492 Profile(ID, getElementType(), getNumRows(), getNumColumns(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 2127 if (MatrixParam->getNumRows() != MatrixArg->getNumRows() ||
2200 &ConstantMatrixType::getNumRows,
SemaExpr.cpp 4827 RowIdx = IsIndexValid(RowIdx, MTy->getNumRows(), false);
7354 return matSrcType->getNumRows() == matDestType->getNumRows() &&
12408 if (LHSMatType->getNumColumns() != RHSMatType->getNumRows())
12416 LHSMatType->getNumRows(),
TreeTransform.h 5355 ElementType, T->getNumRows(), T->getNumColumns());

Completed in 90 milliseconds