Home
last modified time | relevance | path

Searched defs:perm (Results 1 – 19 of 19) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DBlockPackMatmul.cpp126 for (auto perm : outerPerm) in transposePackedMatmul() local
H A DTransforms.cpp1069 getPackUnpackNormalizedPerm(int rank,ArrayRef<int64_t> perm) getPackUnpackNormalizedPerm() argument
1109 SmallVector<int64_t> perm = outerDims; getPackUnpackRankReducedPerm() local
1180 SmallVector<int64_t> perm = getPackUnpackRankReducedPerm( matchAndRewrite() local
1265 SmallVector<int64_t> perm = getPackUnpackRankReducedPerm( matchAndRewrite() local
[all...]
H A DDataLayoutPropagation.cpp162 static SmallVector<int64_t> computeOuterDims(ArrayRef<int64_t> perm, in computeOuterDims() argument
H A DVectorization.cpp3093 static constexpr std::array<int64_t, 3> perm = {0, 2, 1}; conv() local
/llvm-project/mlir/lib/Dialect/Vector/Utils/
H A DVectorUtils.cpp133 SmallVector<AffineExpr> perm(enclosingLoopToVectorDim.size(), in makePermutationMap() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp385 SmallVector<int64_t> perm; in castAwayContractionLeadingOneDim() local
H A DLowerVectorContract.cpp680 static constexpr std::array<int64_t, 2> perm = {1, 0}; in matchAndRewriteMaskableOp() local
[all...]
H A DVectorTransforms.cpp1469 static constexpr std::array<int64_t, 2> perm = {1, 0}; matchAndRewrite() local
H A DVectorDistribute.cpp39 SmallVector<AffineExpr> perm; calculateImplicitMap() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseReinterpretMap.cpp561 SmallVector<unsigned> perm = in resolveCycle() local
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp111 SmallVector<unsigned, 4> perm(nDim); in checkPermutationsSample() local
/llvm-project/mlir/lib/IR/
H A DAffineMap.cpp262 SmallVector<unsigned> perm = llvm::map_to_vector( getPermutationMap() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp400 static constexpr std::array<int64_t, 2> perm = {1, 0}; matchAndRewrite() local
/llvm-project/lld/ELF/
H A DWriter.cpp2286 unsigned perm = PF_R | PF_W; createPhdrs() local
/llvm-project/lld/COFF/
H A DWriter.cpp2134 uint32_t perm = p.second; setSectionPermissions() local
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1441 AffineMap perm = getDirection() == CrdTransDirectionKind::dim2lvl fold() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1888 for (int64_t perm : perms) matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp5641 ArrayRef<int64_t> perm = getPermutation(); fold() local
5660 ArrayRef<int64_t> perm = getPermutation(); verify() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1673 ArrayRef<int64_t> perm = apply() local