Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Dialect/Vector/IR/
H A DScalableValueBoundsConstraintSet.h29 struct ScalableValueBoundsConstraintSet struct
30 : public llvm::RTTIExtends<ScalableValueBoundsConstraintSet,
32 ScalableValueBoundsConstraintSet( in ScalableValueBoundsConstraintSet() argument
104 ScalableValueBoundsConstraintSet::ConstantOrScalableBound; argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DScalableValueBoundsConstraintSet.cpp1 //===- ScalableValueBoundsConstraintSet.cpp - Scalable Value Bounds -------===//
9 #include "mlir/Dialect/Vector/IR/ScalableValueBoundsConstraintSet.h"
41 char ScalableValueBoundsConstraintSet::ID = 0;
44 ScalableValueBoundsConstraintSet::computeScalableBound( in computeScalableBound()
58 ScalableValueBoundsConstraintSet scalableCstr( in computeScalableBound()
H A DCMakeLists.txt4 ScalableValueBoundsConstraintSet.cpp
H A DValueBoundsOpInterfaceImpl.cpp25 auto *scalableCstr = dyn_cast<ScalableValueBoundsConstraintSet>(&cstr); in populateBoundsForIndexValue()
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestReifyValueBounds.cpp18 #include "mlir/Dialect/Vector/IR/ScalableValueBoundsConstraintSet.h"
121 vector::ScalableValueBoundsConstraintSet::computeScalableBound( in testReifyValueBounds()