Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h372 LogicalResult unionBoundingBox(const FlatAffineValueConstraints &other);
373 using IntegerPolyhedron::unionBoundingBox;
H A DUtils.h327 LogicalResult unionBoundingBox(const MemRefRegion &other);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp425 LogicalResult MemRefRegion::unionBoundingBox(const MemRefRegion &other) { in unionBoundingBox() function in MemRefRegion
427 return cst.unionBoundingBox(*other.getConstraints()); in unionBoundingBox()
900 failed(sliceUnionCst.unionBoundingBox(tmpSliceCst))) { in computeSliceUnion()
1310 } else if (failed(it->second->unionBoundingBox(*region))) { in getMemoryFootprintBytes()
H A DAffineStructures.cpp1421 LogicalResult FlatAffineValueConstraints::unionBoundingBox( in unionBoundingBox() function in FlatAffineValueConstraints
1435 return IntegerPolyhedron::unionBoundingBox(otherCopy); in unionBoundingBox()
1438 return IntegerPolyhedron::unionBoundingBox(otherCst); in unionBoundingBox()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h417 LogicalResult unionBoundingBox(const IntegerRelation &other);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1976 IntegerRelation::unionBoundingBox(const IntegerRelation &otherCst) { in unionBoundingBox() function in IntegerRelation
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2459 if (failed(it->second->unionBoundingBox(*region))) { in affineDataCopyGenerate()