Home
last modified time | relevance | path

Searched defs:getNumDims (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineValueMap.h75 inline unsigned getNumDims() const { return map.getNumDims(); } in getNumDims() function
/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp15 unsigned IntegerSet::getNumDims() const { return set->dimCount; } in getNumDims() function in IntegerSet
H A DAffineMap.cpp381 unsigned AffineMap::getNumDims() const { getNumDims() function in AffineMap
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DAffineMap.h413 unsigned getNumDims() const { return numDims; } getNumDims() function
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp134 unsigned MMAMatrixType::getNumDims() const { return getImpl()->numDims; } getNumDims() function in MMAMatrixType
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3765 unsigned AffineParallelOp::getNumDims() { return getSteps().size(); } getNumDims() function in AffineParallelOp
[all...]