Home
last modified time | relevance | path

Searched defs:MemRefRegion (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h430 struct MemRefRegion { struct
431 explicit MemRefRegion(Location loc) : loc(loc) {} in MemRefRegion() argument
469 FlatAffineValueConstraints *getConstraints() { return &cst; } in getConstraints()
470 const FlatAffineValueConstraints *getConstraints() const { return &cst; } in getConstraints()
471 bool isWrite() const { return write; } in isWrite()
472 void setWrite(bool flag) { write = flag; } in setWrite()
530 /// variables since getMemRefRegion() is called with a specific loop depth, argument
533 FlatAffineValueConstraints cst;
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2350 __anon187f9f440c02(const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> &targetRegions) affineDataCopyGenerate() argument
2402 __anon187f9f440d02(const SmallMapVector<Value, std::unique_ptr<MemRefRegion>, 4> &regions) affineDataCopyGenerate() argument
[all...]