Searched defs:getNumDims (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ | ||
H A D | AffineValueMap.h | 75 inline unsigned getNumDims() const { return map.getNumDims(); } in getNumDims() function |
/llvm-project/mlir/lib/IR/ | ||
H A D | IntegerSet.cpp | 15 unsigned IntegerSet::getNumDims() const { return set->dimCount; } in getNumDims() function in IntegerSet |
H A D | AffineMap.cpp | 381 unsigned AffineMap::getNumDims() const { getNumDims() function in AffineMap |
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | AffineMap.h | 413 unsigned getNumDims() const { return numDims; } getNumDims() function |
/llvm-project/mlir/lib/Dialect/GPU/IR/ | ||
H A D | GPUDialect.cpp | 134 unsigned MMAMatrixType::getNumDims() const { return getImpl()->numDims; } getNumDims() function in MMAMatrixType |
/llvm-project/mlir/lib/Dialect/Affine/IR/ | ||
H A D | AffineOps.cpp | 3765 unsigned AffineParallelOp::getNumDims() { return getSteps().size(); } getNumDims() function in AffineParallelOp |