Lines Matching defs:affine
38 namespace affine {
41 } // namespace affine
44 #define DEBUG_TYPE "affine-data-copy-generate"
47 using namespace mlir::affine;
63 : public affine::impl::AffineDataCopyGenerationBase<
91 mlir::affine::createAffineDataCopyGenerationPass(
99 mlir::affine::createAffineDataCopyGenerationPass() {
105 /// and ending with an affine load or store op, or just an affine.for op (which
106 /// could have other affine for op's nested within).
120 // Every affine.for op in the block starts and ends a block range for copying;
154 // If the memory footprint of the 'affine.for' loop is higher than fast
198 // Exclude the affine.yield - hence, the std::prev.