Lines Matching +defs:use +defs:region +defs:p
97 auto ®ion = op.getRegion();
98 if (!llvm::hasSingleElement(region))
101 Block &block = region.front();
199 // Search the `source` use-def chain for padded LinalgOps.
415 .drop_while([&](linalg::ProcInfo p) {
416 return p.distributionMethod == distributionMethod;
589 LLVM_DEBUG(llvm::dbgs() << ": not tiled: use size: " << dim << "\n");
653 // dimension and `s0` is stride. Directly use the dimension size of
733 // TODO: use an interface/adaptor to avoid leaking position in
790 << ": not tiled: use shape: " << operandType << "\n");
848 b.replaceUsesWithIf(indexOp, materialized, [&](OpOperand &use) {
849 return use.getOwner() != materialized.getDefiningOp();