Home
last modified time | relevance | path

Searched refs:outermostLoop (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp270 AffineForOp outermostLoop = loops[0][0]; in testVecAffineLoopNest() local
273 strategy.loopToVectorDim[outermostLoop] = 0; in testVecAffineLoopNest()
275 loopsToVectorize.push_back({outermostLoop}); in testVecAffineLoopNest()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTiling.cpp468 Operation *outermostLoop = nullptr; in tileLinalgOpImpl() local
470 if ((outermostLoop = loop)) in tileLinalgOpImpl()
474 res, loops, outermostLoop ? outermostLoop->getResults() : tensorResults}; in tileLinalgOpImpl()