Home
last modified time | relevance | path

Searched defs:numLoops (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/mlir/test/lib/Interfaces/TilingInterface/
H A DTestTilingInterfaceTransformOps.cpp59 Range &&payloadOps, unsigned numLoops, in applyTileAndFuseToAll() argument
301 applyTilingToAll(RewriterBase & rewriter,Operation * transformOp,Range && payloadOps,unsigned numLoops,TransformResults & transformResults,function_ref<FailureOr<scf::SCFTileAndFuseResult> (TilingInterface)> applyFn) applyTilingToAll() argument
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopTiling.cpp115 unsigned numLoops = origLoops.size(); checkTilingLegality() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoistPadding.cpp246 HoistPaddingAnalysis::HoistPaddingAnalysis(tensor::PadOp padOp, int numLoops) in HoistPaddingAnalysis() argument
939 RewriterBase &rewriter, tensor::PadOp opToHoist, int64_t numLoops, in hoistPaddingOnTensors() argument
1003 tensor::PadOp opToHoist, int64_t numLoops, in hoistPaddingOnTensors() argument
H A DTilingInterfaceImpl.cpp144 unsigned numLoops = linalgOp.getNumLoops(); getMappedOffsetAndSize() local
H A DTransforms.cpp780 if (numLoops <= 2) { in packMatmulGreedily() local
1279 int numLoops = transpShape.size(); matchAndRewrite() local
[all...]
H A DDataLayoutPropagation.cpp231 int64_t numLoops = numOrigLoops + numInnerLoops; in getOrCreatePackedViewOfOperand() local
H A DTiling.cpp168 unsigned numLoops = loopRanges.size(); in computeContinuousTileSizes() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenEnv.cpp45 unsigned numTensors, unsigned numLoops, unsigned maxRank) in CodegenEnv()
H A DIterationGraphSorter.cpp89 const unsigned numLoops = getNumLoops(); in topoSort() local
H A DLoopEmitter.cpp117 bool isSparseOut, unsigned numLoops, in LoopEmitter() argument
124 bool isSparseOut, unsigned numLoops, in initialize() argument
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestLoopFusion.cpp169 unsigned numLoops = loops.size(); in iterateLoops() local
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp505 loopOpEntryBlock.getArguments().drop_front(numLoops), in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp148 unsigned numLoops; global() member
160 unsigned numLoops; global() member
/llvm-project/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp180 AffineLoopToGpuConverter::collectBounds(AffineForOp forOp, unsigned numLoops) { in collectBounds() argument
/llvm-project/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp126 MergerTestBase(unsigned numTensors, unsigned numLoops) in MergerTestBase()
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgMatchOps.cpp633 int64_t numLoops = linalgOp.getNumLoops(); in matchOperation() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp429 const LoopId numLoops = op.getRank(t); genInsertionStore() local
1353 const unsigned numLoops = op.getNumLoops(); matchAndRewrite() local
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/Utils/
H A DMerger.h629 const unsigned numLoops; variable
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnroll.cpp117 getUnrollOrder(unsigned numLoops, Operation *op, in getUnrollOrder() argument
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp1165 unsigned numLoops = linalgOp.getNumLoops(); verifyStructuredOpInterface() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1138 unsigned numLoops = getRank(); verify() local
1241 unsigned numLoops = ivs.size(); parse() local
1384 unsigned numLoops = ubs.size(); build() local
[all...]
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp272 int64_t numLoops = 0; runOnOperation() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp224 Merger::Merger(unsigned numInputOutputTensors, unsigned numLoops, in Merger()
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp541 unsigned numLoops = iteratorTypes.size(); doit() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp544 size_t numLoops = iterationDomain.size(); tileUsingSCF() local

12