Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp122 for (auto *loadOpInst : loads) { in getLoadOpCount() local
123 if (memref == cast<AffineReadOpInterface>(loadOpInst).getMemRef()) in getLoadOpCount()
151 for (auto *loadOpInst : loads) { in getLoadOpsForMemref() local
152 if (memref == cast<AffineReadOpInterface>(loadOpInst).getMemRef()) in getLoadOpsForMemref()
153 loadOps->push_back(loadOpInst); in getLoadOpsForMemref()
161 for (auto *loadOpInst : loads) { in getLoadAndStoreMemrefSet() local
162 loadMemrefs.insert(cast<AffineReadOpInterface>(loadOpInst).getMemRef()); in getLoadAndStoreMemrefSet()