Home
last modified time | relevance | path

Searched defs:loopNest (Results 1 – 11 of 11) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DForallToFor.cpp40 LoopNest loopNest = scf::buildLoopNest(rewriter, loc, lbs, ubs, steps); forallToForLoop() local
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestAffineDataCopy.cpp73 auto loopNest = depthToLoops[0][0]; in runOnOperation() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DOptimizedBufferization.cpp484 hlfir::LoopNest loopNest = matchAndRewrite() local
555 hlfir::LoopNest loopNest = matchAndRewrite() local
650 hlfir::LoopNest loopNest = matchAndRewrite() local
H A DLowerHLFIROrderedAssignments.cpp1084 currentLoopNestIterationNumberCanBeComputed(llvm::SmallVectorImpl<fir::DoLoopOp> & loopNest) currentLoopNestIterationNumberCanBeComputed() argument
1110 computeLoopNestIterationNumber(mlir::Location loc,fir::FirOpBuilder & builder,llvm::ArrayRef<fir::DoLoopOp> loopNest) computeLoopNestIterationNumber() argument
1167 llvm::SmallVector<fir::DoLoopOp> loopNest; generateSaveEntity() local
H A DBufferizeHLFIR.cpp793 hlfir::LoopNest loopNest = matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp328 LoopNest loopNest = mlir::scf::buildLoopNest( doit() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp40 replaceLoopNestWithNewYields(RewriterBase & rewriter,MutableArrayRef<scf::ForOp> loopNest,ValueRange newIterOperands,const NewYieldValuesFn & newYieldValuesFn,bool replaceIterOperandsUsesInLoop) replaceLoopNestWithNewYields() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp859 hlfir::LoopNest loopNest; genLoopNest() local
[all...]
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp2125 hlfir::LoopNest loopNest = genElementalCall() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp1439 auto loopNest = scf::buildLoopNest( in forwardImpl() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp669 if (auto loopNest = llvm::dyn_cast<mlir::omp::LoopNestOp>(op)) { createBodyOfOp() local