Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineMap.cpp373 AffineMap AffineMap::getSubMap(ArrayRef<unsigned> resultPos) { in getSubMap() function in AffineMap
386 return getSubMap(llvm::to_vector<4>(llvm::seq<unsigned>(0, numResults))); in getMajorSubMap()
394 return getSubMap(llvm::to_vector<4>( in getMinorSubMap()
/external/llvm-project/mlir/lib/CAPI/IR/
DAffineMap.cpp115 return wrap(unwrap(affineMap).getSubMap(pos)); in mlirAffineMapGetSubMap()
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMap.java664 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) {
702 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive));
773 return getSubMap(keySet.tailIndex(checkNotNull(fromKey), inclusive), size());
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMap.java699 private ImmutableSortedMap<K, V> getSubMap(int fromIndex, int toIndex) {
737 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive));
808 return getSubMap(keySet.tailIndex(checkNotNull(fromKey), inclusive), size());
/external/llvm-project/mlir/include/mlir/IR/
DAffineMap.h189 AffineMap getSubMap(ArrayRef<unsigned> resultPos);
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DTiling.cpp266 if (!isTiled(map.getSubMap({r}), tileSizes)) { in makeTiledShapes()
275 auto m = map.getSubMap({r}); in makeTiledShapes()
DFusionOnTensors.cpp138 consumerToProducerLoopsMap.getSubMap(producerArg.index()), in generateFusedTensorOpRegion()