/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | SimplifyHLFIRIntrinsics.cpp | 39 matchAndRewrite(hlfir::TransposeOp transpose,mlir::PatternRewriter & rewriter) const matchAndRewrite() argument 104 __anonbc1949cc0302(hlfir::TransposeOp transpose) runOnOperation() argument [all...] |
H A D | LowerHLFIRIntrinsics.cpp | 410 matchAndRewrite(hlfir::TransposeOp transpose, in matchAndRewrite() argument
|
/llvm-project/mlir/python/mlir/dialects/linalg/ |
H A D | __init__.py | 63 def transpose( global() function
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | TransposeConv2D.cpp | 86 auto transpose = in transposeConv2DHelper() local
|
/llvm-project/clang/test/Sema/ |
H A D | matrix-type-builtins.c | 24 void transpose(sx5x10_t a, ix3x2_t b, dx3x3 c, int *d, int e) { in transpose() function
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 205 Matrix transpose() const { in transpose() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | matrix-type-builtins.cpp | 11 typename MyMatrix<EltTy1, R1, C1>::matrix_t transpose(MyMatrix<EltTy0, R0, C0> &A) { in transpose() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-builtins.cpp | 14 MyMatrix<T, C, R> transpose(const MyMatrix<T, R, C> &M) { in transpose() function [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/Utils/ |
H A D | MMAUtils.cpp | 209 nvgpu::getLdMatrixParams(const WarpMatrixInfo &type, bool transpose) { in getLdMatrixParams() argument
|
/llvm-project/mlir/lib/Dialect/XeGPU/IR/ |
H A D | XeGPUOps.cpp | 21 static void transpose(llvm::ArrayRef<int64_t> trans, transpose() function
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | EliminateBarriers.cpp | 340 __anonebdebb8c0902(memref::TransposeOp transpose) propagatesCapture() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaValidation.cpp | 358 if (auto transpose = dyn_cast<tosa::TransposeConv2DOp>(op)) { in levelCheckTransposeConv2d() local
|
H A D | TosaFolders.cpp | 183 DenseElementsAttr transpose(ElementsAttr attr, ShapedType inputType, in transpose() function
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 42 static void pruneNonTransposedDims(ArrayRef<int64_t> transpose, in pruneNonTransposedDims()
|
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/ |
H A D | VectorLegalization.cpp | 765 auto transpose = rewriter.create<vector::TransposeOp>( matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Matrix.cpp | 80 Matrix<T> Matrix<T>::transpose() const { in transpose() function in Matrix
|
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | LinalgTransformOps.cpp | 1922 SmallVector<int64_t> transpose = extractFromIntegerArrayAttr<int64_t>(attr); verify() local 1980 ArrayRef<int64_t> transpose = getTranspose(); verify() local 2022 ArrayRef<int64_t> transpose = getTranspose(); verify() local [all...] |
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 724 FailureOr<bool> transpose = isTransposed(op); creatLdMatrixCompatibleLoads() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_mat.c | 1205 struct isl_mat *transpose = NULL; in isl_mat_transpose() local
|